From: Michael Orlitzky Date: Sun, 28 Aug 2022 14:58:43 +0000 (-0400) Subject: makefile: rename "test" target to "check". X-Git-Tag: 0.5.8~5 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=a379c8923f22a47c75cd588d50ae682bb105d7e4 makefile: rename "test" target to "check". --- diff --git a/makefile b/makefile index 81e6f3b..ac1b798 100644 --- a/makefile +++ b/makefile @@ -39,7 +39,7 @@ $(TESTSUITE_BIN): $(PN).cabal $(SRCS) $(TEST_SRCS) runghc Setup.hs build --ghc-options="${HCFLAGS}" -test: $(BIN) $(TESTSUITE_BIN) +check: $(BIN) $(TESTSUITE_BIN) runghc Setup.hs test