mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-25 17:27:18 +00:00
6 lines
151 B
Makefile
6 lines
151 B
Makefile
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 @@
|