aboutsummaryrefslogtreecommitdiffstats
path: root/mutator.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-11-27 21:27:30 +0000
committerbloodstalker <thabogre@gmail.com>2016-11-27 21:27:30 +0000
commit92df5f2df0fca5249a7c3e7d77b920cdab013c83 (patch)
tree7e0c6750426babb0385795bf925ef0386ed1a892 /mutator.sh
parentadded tdd tests for 8.10 and 13.7 (diff)
downloadmutator-92df5f2df0fca5249a7c3e7d77b920cdab013c83.tar.gz
mutator-92df5f2df0fca5249a7c3e7d77b920cdab013c83.zip
list of files instead of one file is broken.FIXME
Diffstat (limited to 'mutator.sh')
-rwxr-xr-xmutator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutator.sh b/mutator.sh
index 2397196..5a23019 100755
--- a/mutator.sh
+++ b/mutator.sh
@@ -4,7 +4,7 @@
#the arguments' positions are not important. you also get log and short options.
#default args
-INPUT="./test/testFuncs1.c"
+INPUT="./test/testFuncs1.c ./test/main.c"
OUTPUT="./mutant.c"
OUTPUT_FORMAT="./mutant_format.c"
COMMAND="jack"