diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-06 21:39:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-06 21:39:26 -0400 |
commit | 87f424eca7f8d9ce7a437fb3756755c042fe9002 (patch) | |
tree | bc968a11946f0fd212de1cfc950e6c4afa336a83 /Makefile | |
parent | 2533d826fc265b56556f8a6b9759d98771f79f53 (diff) |
more tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ testcoverage: rm -f test.tix test ghc -odir build/test -hidir build/test $(GHCFLAGS) --make -fhpc test ./test + @echo "" @hpc report test --exclude=Main --exclude=QC @hpc markup test --exclude=Main --exclude=QC --destdir=.hpc >/dev/null |