]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commitdiff
makefile: rename "test" target to "check".
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 15:12:30 +0000 (11:12 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 15:12:30 +0000 (11:12 -0400)
makefile

index c6094aa68a494d6ad3e81690066303835e6350f6..1d1fc17d85473ae2badf128be11f6f85d85f8788 100644 (file)
--- a/makefile
+++ b/makefile
@@ -45,7 +45,7 @@ $(DOCTESTS_BIN): $(PN).cabal $(SRCS) $(TEST_SRCS)
        runghc Setup.hs configure --user --enable-tests
        runghc Setup.hs build --ghc-options="${HCFLAGS}"
 
-test: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN)
+check: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN)
        runghc Setup.hs test