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