]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
tools: hook up fuzz directory
authorWei Liu <wei.liu2@citrix.com>
Thu, 8 Dec 2016 13:44:54 +0000 (13:44 +0000)
committerWei Liu <wei.liu2@citrix.com>
Tue, 13 Dec 2016 10:25:57 +0000 (10:25 +0000)
This will make all fuzzing targets get build every time tools directory
is built. This serves as basic regression test.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/Makefile
tools/fuzz/Makefile [new file with mode: 0644]

index 71515b48e07230da13a702ebbcb6d22102406415..77e0723f7c3d2bc3164b9b5cca0191e29700e258 100644 (file)
@@ -6,6 +6,7 @@ SUBDIRS-y += include
 SUBDIRS-y += libs
 SUBDIRS-y += libxc
 SUBDIRS-y += flask
+SUBDIRS-y += fuzz
 SUBDIRS-y += xenstore
 SUBDIRS-y += misc
 SUBDIRS-y += examples
diff --git a/tools/fuzz/Makefile b/tools/fuzz/Makefile
new file mode 100644 (file)
index 0000000..ce00b82
--- /dev/null
@@ -0,0 +1,11 @@
+XEN_ROOT = $(CURDIR)/../..
+include $(XEN_ROOT)/tools/Rules.mk
+
+SUBDIRS-y :=
+SUBDIRS-y += libelf
+SUBDIRS-y += x86_instruction_emulator
+
+.PHONY: all clean distclean
+all clean distclean: %: subdirs-%
+
+install: