]> gitweb.michael.orlitzky.com - list-remote-forwards.git/blobdiff - makefile
makefile: rename "test" target to "check".
[list-remote-forwards.git] / makefile
index c6094aa68a494d6ad3e81690066303835e6350f6..1d1fc17d85473ae2badf128be11f6f85d85f8788 100644 (file)
--- a/makefile
+++ b/makefile
@@ -45,7 +45,7 @@ $(DOCTESTS_BIN): $(PN).cabal $(SRCS) $(TEST_SRCS)
        runghc Setup.hs configure --user --enable-tests
        runghc Setup.hs build --ghc-options="${HCFLAGS}"
 
-test: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN)
+check: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN)
        runghc Setup.hs test