aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools/precommitTests.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-20 02:24:09 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-20 02:24:09 +0000
commita452035fcb897063d3021c2e668e99c28cd148d0 (patch)
tree3565acbab2bd0e05b6d9d49af3e6696ed55b5435 /extra-tools/precommitTests.sh
parentchecking whether core dumps are enabled (diff)
downloadmutator-a452035fcb897063d3021c2e668e99c28cd148d0.tar.gz
mutator-a452035fcb897063d3021c2e668e99c28cd148d0.zip
running with j2, its faster...
Diffstat (limited to 'extra-tools/precommitTests.sh')
-rwxr-xr-xextra-tools/precommitTests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra-tools/precommitTests.sh b/extra-tools/precommitTests.sh
index 979d8a9..34bc1a5 100755
--- a/extra-tools/precommitTests.sh
+++ b/extra-tools/precommitTests.sh
@@ -14,7 +14,7 @@ printf "${Lblue}running make clean...\n${NC}" | tee ./test/precommit.rep
"make" clean
printf "${Lblue}testing the build in C++11 mode...\n${NC}" | tee -a ./test/precommit.rep
-"make" CXX=clang++ BIULD_MODE=COV_NO_CLANG
+"make" CXX=clang++ BIULD_MODE=COV_NO_CLANG -j2
echo ""
if [[ $? == 0 ]]; then
@@ -57,7 +57,7 @@ printf "${Lblue}running make clean...\n${NC}" | tee -a ./test/precommit.rep
"make" clean
printf "${Lblue}testing the build in C++1z mode...\n${NC}" | tee -a ./test/precommit.rep
-"make" CXX=clang++ BUILD_MODE=COV_NO_CLANG_1Z
+"make" CXX=clang++ BUILD_MODE=COV_NO_CLANG_1Z -j2
echo ""
if [[ $? == 0 ]]; then