From: Michael Orlitzky Date: Sun, 28 Aug 2022 15:12:30 +0000 (-0400) Subject: makefile: rename "test" target to "check". X-Git-Tag: 0.0.2~4 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=commitdiff_plain;h=558625dfe7338a6a5a6c5cd3a9ee2b5421c44a41 makefile: rename "test" target to "check". --- diff --git a/makefile b/makefile index c6094aa..1d1fc17 100644 --- 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