]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - makefile
makefile: rename the test target to "check" as in autotools.
[haeredes.git] / makefile
index a30d9178e9ca66a006224756095fd9a8f1ea4922..f67f8a5624ef210a2f3dab64c9505066988e373d 100644 (file)
--- 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