mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 17:33:50 +01:00
4f59eeda90
Moved the afl fuzz test and added llvm fuzz tests including inflate and round trip compress and inflate. Currently only works with clang, std makefile and libFuzzer installed. Need to add checking and support later when libfuzzer is more tightly integrated into the compiler. Change-Id: I2db9ad2335d6c5ed846886703b58225f67bcc935 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
13 lines
189 B
Makefile
13 lines
189 B
Makefile
|
|
default: llvm_fuzz_tests
|
|
|
|
include ../../igzip/Makefile.am
|
|
include Makefile.am
|
|
include ../../make.inc
|
|
|
|
CC = clang
|
|
CXX = clang++
|
|
CXXFLAGS += $(DEFINES)
|
|
|
|
VPATH = . ../../igzip ../../include
|