Skip to content

Commit

Permalink
Fix a few Makefile bits
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : a35c991c2c690505e0f5d834eafb6578476d5284
  • Loading branch information
bos committed Aug 29, 2010
1 parent 99376dc commit 43d3496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Makefile
Expand Up @@ -43,7 +43,7 @@ qc: Properties.o QuickCheckUtils.o SlowFunctions.o TestUtils.o
sb: SearchBench.o SlowFunctions.o
$(ghc) $(ghc-flags) -threaded -o $@ $^ $(lib)

qc-hpc: Properties.hs QuickCheckUtils.hs $(lib-srcs:%=../%)
qc-hpc: Properties.hs QuickCheckUtils.hs SlowFunctions.hs TestUtils.hs $(lib-srcs:%=../%)
-mkdir -p hpcdir
@rm -f $@.tix
$(ghc) $(ghc-hpc-flags) $(ghc-test-flags) $(ghc-opt-flags) -ihpcdir \
Expand All @@ -57,7 +57,7 @@ regressions: Regressions.o TestUtils.o
coverage: qc-hpc-html/hpc_index.html

qc-hpc-html/hpc_index.html: qc-hpc
./qc-hpc -a 100 +RTS -N2
./qc-hpc -a 100 +RTS -N
hpc markup qc-hpc --exclude=Main --exclude=Properties \
--exclude=Data.Text.Fusion.CaseMapping \
--exclude=SlowFunctions --exclude=TestUtils \
Expand Down

0 comments on commit 43d3496

Please sign in to comment.