aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"