diff --git a/configure.ac b/configure.ac
index 4b0043658a86e3cc08552fadf727b80424f4da6e..948bdb77d34424b1b518d20e80b5bd7f7e4f3627 100644
--- a/configure.ac
+++ b/configure.ac
@@ -663,6 +663,7 @@ AC_CONFIG_FILES([Makefile \
                  test/Makefile\
                  test/sip/Makefile
                  test/unitTest/Makefile \
+                 test/fuzzing/Makefile \
                  man/Makefile \
                  doc/Makefile \
                  doc/doxygen/Makefile])
diff --git a/test/Makefile.am b/test/Makefile.am
index 74b09f88ed74a4fcdacfd316b736fb0975b904b5..4d8fcb49ef6e61df859350dde87e92ed976e7056 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,2 +1,2 @@
-SUBDIRS = unitTest
+SUBDIRS = unitTest fuzzing
 SUBDIRS += sip
diff --git a/test/fuzzing/Makefile.am b/test/fuzzing/Makefile.am
new file mode 100644
index 0000000000000000000000000000000000000000..b67946fcb12e5a398262b4c14dfee3fc4474fdd0
--- /dev/null
+++ b/test/fuzzing/Makefile.am
@@ -0,0 +1,6 @@
+include $(top_srcdir)/globals.mk
+
+AM_CXXFLAGS += -I$(top_srcdir)/src -I.
+AM_LDFLAGS += $(top_builddir)/src/libring.la
+check_PROGRAMS =
+