X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;fp=makefile;h=6a99594b9b3afb28aec8d8b378a2a2f6f5add8da;hb=746917e0b34ab6a581daf6437d3c89fabe0ed4d0;hp=5c6fabb712d4efd901a5e0db35eb5a8660bed911;hpb=20e4fc40e4c35c949558f6b90455b88057bdc221;p=mailbox-count.git diff --git a/makefile b/makefile index 5c6fabb..6a99594 100644 --- a/makefile +++ b/makefile @@ -31,7 +31,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