about summary refs log tree commit diff
path: root/unicorn_mode/samples/speedtest/python/Makefile
blob: c0c64269e5b8616559daf9ec9d158345f5ea4c3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: all fuzz

all: ../target

afl-fuzz: ../../../../afl-fuzz
../../../../afl-fuzz:
	$(MAKE) -C ../../../../ afl-fuzz


../target:
	$(MAKE) -C ..

fuzz: all afl-fuzz
	rm -rf ./ouptput
	../../../../afl-fuzz -s 1 -U -i ../sample_inputs -o ./output -- python3 harness.py @@