diff options
author | bloodstalker <thabogre@gmail.com> | 2016-11-27 21:27:30 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-11-27 21:27:30 +0000 |
commit | 92df5f2df0fca5249a7c3e7d77b920cdab013c83 (patch) | |
tree | 7e0c6750426babb0385795bf925ef0386ed1a892 | |
parent | added tdd tests for 8.10 and 13.7 (diff) | |
download | mutator-92df5f2df0fca5249a7c3e7d77b920cdab013c83.tar.gz mutator-92df5f2df0fca5249a7c3e7d77b920cdab013c83.zip |
list of files instead of one file is broken.FIXME
-rwxr-xr-x | mutator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |