X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=makefile;fp=makefile;h=ac1b798bec2fd98a0d38a6935bfcabc7469702d7;hp=81e6f3b8b68b77e88b6e5a735de2a2f3d29ccd31;hb=a379c8923f22a47c75cd588d50ae682bb105d7e4;hpb=5531fdace1587f4229a62c5284a4e76230f952ae 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