]> gitweb.michael.orlitzky.com - hath.git/commitdiff
makefile: rename "test" target to "check".
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 14:58:43 +0000 (10:58 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 14:58:43 +0000 (10:58 -0400)
makefile

index 81e6f3b8b68b77e88b6e5a735de2a2f3d29ccd31..ac1b798bec2fd98a0d38a6935bfcabc7469702d7 100644 (file)
--- a/makefile
+++ b/makefile
@@ -39,7 +39,7 @@ $(TESTSUITE_BIN): $(PN).cabal $(SRCS) $(TEST_SRCS)
        runghc Setup.hs build --ghc-options="${HCFLAGS}"
 
 
-test: $(BIN) $(TESTSUITE_BIN)
+check: $(BIN) $(TESTSUITE_BIN)
        runghc Setup.hs test