aboutsummaryrefslogtreecommitdiffstats
path: root/mutator.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-13 12:31:24 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-13 12:31:24 +0000
commit8b235235c304b06724bb887a02d0e9e409ae9ec0 (patch)
tree0a6350052f5f32e3ca54eb147922bc14dd7c2e25 /mutator.sh
parentrule check for 8.5 works correctly now (diff)
downloadmutator-8b235235c304b06724bb887a02d0e9e409ae9ec0.tar.gz
mutator-8b235235c304b06724bb887a02d0e9e409ae9ec0.zip
the tdd tests will not be run using the compil_command.json for the time being.
Diffstat (limited to 'mutator.sh')
-rwxr-xr-xmutator.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mutator.sh b/mutator.sh
index 74f653b..91d6c7f 100755
--- a/mutator.sh
+++ b/mutator.sh
@@ -4,7 +4,7 @@
#the arguments' positions are not important. you also get long and short options.
#default args
-INPUT="./test/testFuncs1.c ./test/main.c ./test/testFuncs2.c"
+INPUT="./test/testFuncs1.c ./test/testFuncs2.c"
OUTPUT="./mutant.c"
OUTPUT_FORMAT="./mutant_format.c"
COMMAND="jack"
@@ -86,7 +86,7 @@ elif [[ "$COMMAND" == "misrac" ]]; then
echo "Removing previous XML report..."
"rm" ./test/misrareport.xml
echo "checking input file(s) against Misra-C 2004..."
- "./mutator-lvl0" $INPUT > ./test/misra-log
+ "./mutator-lvl0" $INPUT -- > ./test/misra-log
elif [[ "$COMMAND" == "default" ]]; then
echo "Building all target executables..."
"make" all