diff options
| author | 2019-07-28 02:50:35 +0200 | |
|---|---|---|
| committer | 2019-07-28 02:50:35 +0200 | |
| commit | 4b939631b48a8ad87f7c327a6197373bc64ea3a6 (patch) | |
| tree | 3b7aa05b0a9eb6d584fad5563cc76734ef3ab5de /tests/fuzzer/run_test.sh | |
| parent | f1a5dd3a90c8a363be9489f8f582a94d15bebc8f (diff) | |
| download | OneRoll-4b939631b48a8ad87f7c327a6197373bc64ea3a6.tar.gz OneRoll-4b939631b48a8ad87f7c327a6197373bc64ea3a6.zip | |
add fuzzer test
Diffstat (limited to 'tests/fuzzer/run_test.sh')
| -rwxr-xr-x | tests/fuzzer/run_test.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/fuzzer/run_test.sh b/tests/fuzzer/run_test.sh index 00654ab..9ecdeef 100755 --- a/tests/fuzzer/run_test.sh +++ b/tests/fuzzer/run_test.sh @@ -9,12 +9,12 @@ CC=afl-gcc CXX=afl-g++ cmake ../ -DSTATIC_BUILD=ON && make #./fuzzTestCase ../testcase_dir/gooddata.txt # afl-fuzz -m 2G -i ../testcase_dir -o ../findings_dir ./fuzzTestCase @@ -afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -M fuzzer01 ./fuzzTestCase @@ -afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer02 ./fuzzTestCase @@ -afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer03 ./fuzzTestCase @@ -afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer04 ./fuzzTestCase @@ -afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer05 ./fuzzTestCase @@ -afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer06 ./fuzzTestCase @@ +afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -M fuzzer01 ./fuzzTestCase @@ & +screen -S fuzz1 -d -m touch afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer02 ./fuzzTestCase @@ & +screen -S fuzz2 -d -m touch afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer03 ./fuzzTestCase @@ & +screen -S fuzz3 -d -m touch afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer04 ./fuzzTestCase @@ & +screen -S fuzz4 -d -m touch afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer05 ./fuzzTestCase @@ & +screen -S fuzz5 -d -m touch afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer06 ./fuzzTestCase @@ |