summaryrefslogtreecommitdiffstats
path: root/fuzz/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/tests/Makefile.am')
-rw-r--r--fuzz/tests/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/fuzz/tests/Makefile.am b/fuzz/tests/Makefile.am
new file mode 100644
index 0000000000..3727d137db
--- /dev/null
+++ b/fuzz/tests/Makefile.am
@@ -0,0 +1,16 @@
+SUBDIRS = .
+
+if FUZZING
+
+check_SCRIPTS =
+check_SCRIPTS += test-fuzz-config-kea-dhcp4.sh
+check_SCRIPTS += test-fuzz-config-kea-dhcp6.sh
+check_SCRIPTS += test-fuzz-http-endpoint.sh
+check_SCRIPTS += test-fuzz-packets-kea-dhcp4.sh
+check_SCRIPTS += test-fuzz-packets-kea-dhcp6.sh
+check_SCRIPTS += test-fuzz-unix-socket-kea-dhcp4.sh
+check_SCRIPTS += test-fuzz-unix-socket-kea-dhcp6.sh
+
+TESTS = $(check_SCRIPTS)
+
+endif # FUZZING