diff options
author | R. Elliott Childre <elliottchildre329@gmail.com> | 2020-12-20 19:54:40 -0500 |
---|---|---|
committer | R. Elliott Childre <elliottchildre329@gmail.com> | 2020-12-20 19:54:40 -0500 |
commit | 81e3e991a726e15a0954571f2332a71964542780 (patch) | |
tree | 212b3475da40d960de7c955b964424db32df0024 | |
parent | eddabf6b05daf91a357d1cea1374e7b065aed791 (diff) | |
download | afl++-81e3e991a726e15a0954571f2332a71964542780.tar.gz |
Test Python and Shared Memory in binary-only mode
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 1d879f9e..16bcdae5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -586,7 +586,7 @@ distrib: all -cd unicorn_mode && unset CFLAGS && sh ./build_unicorn_support.sh .PHONY: binary-only -binary-only: $(PROGS) +binary-only: test_shm test_python ready $(PROGS) $(MAKE) -C utils/libdislocator $(MAKE) -C utils/libtokencap $(MAKE) -C utils/afl_network_proxy |