From 92df5f2df0fca5249a7c3e7d77b920cdab013c83 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 28 Nov 2016 00:57:30 +0330 Subject: list of files instead of one file is broken.FIXME --- mutator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3