repo.or.cz
/
xz
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tests: Add ARM64 filter test to test_compress.sh.
[xz/debian.git]
/
tests
/
ossfuzz
/
Makefile
blob
747fb662d08dd9797490441e667909aca67a8a1b
1
fuzz
:
fuzz.c
2
$(
CC
) $(
CFLAGS
) -
c fuzz.c
-
I ..
/
..
/
src
/
liblzma
/
api
/
3
$(
CXX
) $(
CXXFLAGS
) $(
LIB_FUZZING_ENGINE
)
fuzz.o
-
o
$(
OUT
)/
fuzz \
4
..
/
..
/
src
/
liblzma
/
.libs
/
liblzma.a
5
6
clean
:
7
rm
-
f
*
.o