]> gitweb.michael.orlitzky.com - email-validator.git/commitdiff
makefile: rename "test" target to "check".
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 16:30:09 +0000 (12:30 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 16:30:09 +0000 (12:30 -0400)
makefile

index efe18fd6627560dd648e80b346090507036197ac..5df18d207398361a1226352d3b39fcb56a6db516 100644 (file)
--- a/makefile
+++ b/makefile
@@ -23,7 +23,7 @@ $(TESTSUITE_BIN): $(PN).cabal src/*.hs test/*.hs
        runghc Setup.hs configure --user --enable-tests
        runghc Setup.hs build
 
-test: $(BIN) $(TESTSUITE_BIN)
+check: $(BIN) $(TESTSUITE_BIN)
        runghc Setup.hs test
 
 dist: