]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - makefile
makefile: rename "test" target to "check".
[spline3.git] / makefile
index 68f3dd35b64020d1e3858aa6fc30dc679d121b1f..8c0aab460b1751ff09945b9e2a2bbbf161f5f261 100644 (file)
--- a/makefile
+++ b/makefile
@@ -26,7 +26,7 @@ clean:
        rm -f *.prof
        rm -f .hpc
 
-test:  $(PN).cabal $(TESTSUITE_BIN) $(DOCTESTS_BIN) $(BIN)
+check:  $(PN).cabal $(TESTSUITE_BIN) $(DOCTESTS_BIN) $(BIN)
        runghc Setup.hs test
 
 dist: