platform/libinjection/test-gprof.sh
2019-08-16 10:42:40 -04:00

10 lines
257 B
Bash
Executable file

#!/bin/sh
./autogen.sh
export CFLAGS="-O2 -pg -ansi"
./configure --enable-static --disable-shared
make clean
make
cd src
make reader
libtool --mode=execute ./reader -s -q ../data/sqli-*.txt ../data/false-*.txt
libtool --mode=execute gprof ./reader gmon.out