Skip to content

Commit

Permalink
Simplify test counting
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Jun 29, 2012
1 parent d534d7d commit 9b55525
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Makefile
@@ -1,3 +1,5 @@
count = 1000

coverage: build coverage/hpc_index.html coverage: build coverage/hpc_index.html


build: text-test-data build: text-test-data
Expand All @@ -10,7 +12,7 @@ text-test-data:


coverage/text-tests.tix: coverage/text-tests.tix:
-mkdir -p coverage -mkdir -p coverage
./dist/build/text-tests/text-tests -a 10000 -j8 ./dist/build/text-tests/text-tests -a $(count)
mv text-tests.tix $@ mv text-tests.tix $@


coverage/text-tests-stdio.tix: coverage/text-tests-stdio.tix:
Expand Down

0 comments on commit 9b55525

Please sign in to comment.