]> gitweb.michael.orlitzky.com - mailbox-count.git/commitdiff
makefile: change the test target to "check" as with autotools.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 04:16:40 +0000 (23:16 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 04:16:40 +0000 (23:16 -0500)
makefile

index 5c6fabb712d4efd901a5e0db35eb5a8660bed911..6a99594b9b3afb28aec8d8b378a2a2f6f5add8da 100644 (file)
--- a/makefile
+++ b/makefile
@@ -31,7 +31,7 @@ $(DOCTESTS_BIN): $(PN).cabal $(SRCS) $(TEST_SRCS)
        runghc Setup.hs configure --user --enable-tests
        runghc Setup.hs build
 
-test: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN)
+check: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN)
        runghc Setup.hs test