repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MAINTAINERS: Add Maximilian Brune to RISC-V
[coreboot.git]
/
util
/
fuzz-tests
/
Makefile
blob
641f0f418c94919b0b4c6ffad2d78f9090e17705
1
## SPDX-License-Identifier: GPL-2.0-only
2
all
:
3
afl-gcc
-
g
-
m32
-
I ..
/
..
/
src
/
lib
-
o jpeg-test jpeg-test.c ..
/
..
/
src
/
lib
/
jpeg.c
4
5
run
:
6
afl-fuzz
-
i jpeg-test-cases
-
o jpeg-results .
/
jpeg-test @@