diff options
author | bloodstalker <thabogre@gmail.com> | 2017-05-30 14:43:49 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-05-30 14:43:49 +0000 |
commit | b5c0d7753e7041372a4ad8172642bd7feb1a1b2f (patch) | |
tree | 93625cc2f02cd1297f02b630b7da0f45aafbe0c2 /extra-tools/precommitTests.sh | |
parent | nothing (diff) | |
download | mutator-b5c0d7753e7041372a4ad8172642bd7feb1a1b2f.tar.gz mutator-b5c0d7753e7041372a4ad8172642bd7feb1a1b2f.zip |
added oracle
Diffstat (limited to 'extra-tools/precommitTests.sh')
-rwxr-xr-x | extra-tools/precommitTests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra-tools/precommitTests.sh b/extra-tools/precommitTests.sh index 7a6336e..eec5682 100755 --- a/extra-tools/precommitTests.sh +++ b/extra-tools/precommitTests.sh @@ -98,6 +98,7 @@ if [[ $? == 0 ]]; then "cp" ./bruiser/bruiser ./reliquary/bruiser/bruiser-$TIME "cp" ./safercpp/safercpp-arr ./reliquary/safercpp/safercpp-$TIME RelicKeeper + source ./extra-tools/oracle.sh ./test/precommit.rep else printf "${Red}mutator c++1z test build failed.\n${NC}" | tee -a ./test/precommit.rep fi |