From: Michael Orlitzky Date: Sun, 2 Feb 2020 04:16:40 +0000 (-0500) Subject: makefile: change the test target to "check" as with autotools. X-Git-Tag: 0.0.3~8 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=commitdiff_plain;h=746917e0b34ab6a581daf6437d3c89fabe0ed4d0 makefile: change the test target to "check" as with autotools. --- diff --git a/makefile b/makefile index 5c6fabb..6a99594 100644 --- 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