• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## SPDX-License-Identifier: GPL-2.0-only
2all:
3	afl-gcc -g -m32 -I ../../src/lib -o jpeg-test jpeg-test.c ../../src/lib/jpeg.c
4
5run:
6	afl-fuzz -i jpeg-test-cases -o jpeg-results ./jpeg-test @@
7