Skip to content

Commit

Permalink
Parallel build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpuronen committed May 24, 2009
1 parent 091f6bb commit e8d2717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Builds CppSpec and runs test measuring coverage
pushd build
make
make -j3
lcov -d test/ -z
./bin/CppSpecTest
lcov -d test/ -c -o coverage/CppSpecTest.info
Expand Down

0 comments on commit e8d2717

Please sign in to comment.