summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-06 21:39:26 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-06 21:39:26 -0400
commit87f424eca7f8d9ce7a437fb3756755c042fe9002 (patch)
treebc968a11946f0fd212de1cfc950e6c4afa336a83 /Makefile
parent2533d826fc265b56556f8a6b9759d98771f79f53 (diff)
more tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 338aa947e..e499d492c 100644
--- a/Makefile
+++ b/Makefile
@@ -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