diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-20 02:24:09 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-20 02:24:09 +0000 |
commit | a452035fcb897063d3021c2e668e99c28cd148d0 (patch) | |
tree | 3565acbab2bd0e05b6d9d49af3e6696ed55b5435 | |
parent | checking whether core dumps are enabled (diff) | |
download | mutator-a452035fcb897063d3021c2e668e99c28cd148d0.tar.gz mutator-a452035fcb897063d3021c2e668e99c28cd148d0.zip |
running with j2, its faster...
-rwxr-xr-x | extra-tools/precommitTests.sh | 4 |
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 |