source: test/afl/afl-test.sh

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

.

  • Property svn:executable set to *
File size: 503 bytes
Line 
1#!/bin/sh
2
3AFL_DIR=/usr/local/src/afl-2.35b
4
5TERMINAL='urxvt -geometry 80x25+0+0 -rv -hold -e /bin/sh -c'
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.