source: test/afl/init.sh @ 295

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

minor improvements

  • Property svn:executable set to *
File size: 295 bytes
Line 
1#!/bin/sh
2
3AFL_DIR=/usr/local/src/afl-2.35b
4
5( cd ../../trunk && scons -c && LDFLAGS= CFLAGS= CC=$AFL_DIR/afl-gcc scons )
6
7sudo /bin/sh -c 'cd /sys/devices/system/cpu && echo performance | tee cpu*/cpufreq/scaling_governor'
8
9echo 'Be sure to copy small test cases in to the testcases directory'
Note: See TracBrowser for help on using the repository browser.