summaryrefslogtreecommitdiffstats
path: root/util/fuzz-tests/Makefile
blob: e97643f33381b1bf6d1284955b780e9e6f9ae548 (plain)
1
2
3
4
5
all:
	afl-gcc -g -m32 -I ../../src/lib -o jpeg-test jpeg-test.c ../../src/lib/jpeg.c

run:
	afl-fuzz -i jpeg-test-cases -o jpeg-results ./jpeg-test @@