auto-tools: Add fuzzing directory

Change-Id: I189cdf06e74314f6e35b34addafe599d39f2dc42
This commit is contained in:
Olivier Dion
2021-06-10 15:04:49 -04:00
parent b3a1f4263f
commit c9757b595d
3 changed files with 8 additions and 1 deletions

View File

@ -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])

View File

@ -1,2 +1,2 @@
SUBDIRS = unitTest
SUBDIRS = unitTest fuzzing
SUBDIRS += sip

6
test/fuzzing/Makefile.am Normal file
View File

@ -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 =