]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
makefile: rename "test" target to "check".
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 15:58:56 +0000 (11:58 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 15:58:56 +0000 (11:58 -0400)
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: