X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=blobdiff_plain;f=makefile;fp=makefile;h=1d1fc17d85473ae2badf128be11f6f85d85f8788;hp=c6094aa68a494d6ad3e81690066303835e6350f6;hb=558625dfe7338a6a5a6c5cd3a9ee2b5421c44a41;hpb=72236450b116292551daec5255d4915ff431bf4b 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