From: Michael Orlitzky Date: Sat, 1 Feb 2020 22:35:32 +0000 (-0500) Subject: makefile: rename the test target to "check" as in autotools. X-Git-Tag: 0.5.2~3 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=c8a0bdfdb6d66f4c1fbe3bd724f5e67a35eaf5e2;hp=78aed23927af1734e0adf03095a617ba5ddbea01 makefile: rename the test target to "check" as in autotools. --- diff --git a/makefile b/makefile index a30d917..f67f8a5 100644 --- a/makefile +++ b/makefile @@ -30,7 +30,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