From e8d271715b236fbc903a7823c21dcf411e74f148 Mon Sep 17 00:00:00 2001 From: Timo Puronen Date: Sun, 24 May 2009 21:46:52 +0300 Subject: [PATCH] Parallel build. --- runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.sh b/runtests.sh index 2e0c615..6d68b6a 100755 --- a/runtests.sh +++ b/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