From c8a0bdfdb6d66f4c1fbe3bd724f5e67a35eaf5e2 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 1 Feb 2020 17:35:32 -0500 Subject: [PATCH 1/1] makefile: rename the test target to "check" as in autotools. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index a30d917..f67f8a5 100644 --- a/makefile +++ b/makefile @@ -30,7 +30,7 @@ $(DOCTESTS_BIN): $(PN).cabal $(SRCS) $(TEST_SRCS) runghc Setup.hs configure --user --enable-tests runghc Setup.hs build -test: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN) +check: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN) runghc Setup.hs test -- 2.43.2