source: test/afl/afl-test.sh @ 295

Last change on this file since 295 was 295, checked in by tim, 7 years ago

.

  • Property svn:executable set to *
File size: 503 bytes
RevLine 
[287]1#!/bin/sh
2
[294]3AFL_DIR=/usr/local/src/afl-2.35b
[287]4
[295]5TERMINAL='urxvt -geometry 80x25+0+0 -rv -hold -e /bin/sh -c'
[294]6
7$TERMINAL "LD_LIBRARY_PATH=../../trunk/lib $AFL_DIR/afl-fuzz -i testcases -o findings -M master ../../trunk/src/reglookup -s @@"  &
8$TERMINAL "LD_LIBRARY_PATH=../../trunk/lib $AFL_DIR/afl-fuzz -i testcases -o findings -S slave1 ../../trunk/src/reglookup -s @@"  &
9$TERMINAL "LD_LIBRARY_PATH=../../trunk/lib $AFL_DIR/afl-fuzz -i testcases -o findings -S slave2 ../../trunk/src/reglookup -s @@"  &
Note: See TracBrowser for help on using the repository browser.