mirror of
https://github.com/intel/isa-l.git
synced 2025-02-21 06:37:40 +01:00
test: Change fuzz object to link .o instead of .lo
Automake is not cleaning .lo from extra directories. Change-Id: Ib68f32954c58cb7a76d07b2562e020fbd854f46e Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
4c4185ba56
commit
bc48c1e2dc
@ -33,7 +33,7 @@ src_include += -I $(srcdir)/tests/fuzz
|
||||
other_tests += tests/fuzz/igzip_fuzz_inflate
|
||||
igzip_fuzz_inflate: igzip_checked_inflate_fuzz_test.o
|
||||
igzip_fuzz_inflate: LDLIBS += -lz
|
||||
tests_fuzz_igzip_fuzz_inflate_LDADD = tests/fuzz/igzip_checked_inflate_fuzz_test.lo libisal.la
|
||||
tests_fuzz_igzip_fuzz_inflate_LDADD = tests/fuzz/igzip_checked_inflate_fuzz_test.o libisal.la
|
||||
tests_fuzz_igzip_fuzz_inflate_LDFLAGS = -lz
|
||||
|
||||
other_tests += tests/fuzz/igzip_dump_inflate_corpus
|
||||
|
Loading…
x
Reference in New Issue
Block a user