about summary refs log tree commit diff
path: root/frida_mode/test/fuzzbench/Makefile
diff options
context:
space:
mode:
authorWorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com>2021-04-30 09:28:20 +0100
committerGitHub <noreply@github.com>2021-04-30 10:28:20 +0200
commit765f3e5169dc0b69c806b2b10a29250fa162ada7 (patch)
tree588214eb3a979ab40b9c420b114096efd3aee3e9 /frida_mode/test/fuzzbench/Makefile
parentc9d066038fe0bbf8e0ab0a481ca320ca1c31b1bf (diff)
downloadafl++-765f3e5169dc0b69c806b2b10a29250fa162ada7.tar.gz
Added representative fuzzbench test and test for libxml (#893)
* Added representative fuzzbench test and test for libxml

* Added support for building FRIDA from source with FRIDA_SOURCE=1

Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/test/fuzzbench/Makefile')
-rw-r--r--frida_mode/test/fuzzbench/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/frida_mode/test/fuzzbench/Makefile b/frida_mode/test/fuzzbench/Makefile
new file mode 100644
index 00000000..e71185cc
--- /dev/null
+++ b/frida_mode/test/fuzzbench/Makefile
@@ -0,0 +1,12 @@
+all:
+	@echo trying to use GNU make...
+	@gmake all || echo please install GNUmake
+
+clean:
+	@gmake clean
+
+frida:
+	@gmake frida
+
+docker:
+	@gmake docker
\ No newline at end of file