Skip to content
Snippets Groups Projects
Commit c9757b59 authored by Olivier Dion's avatar Olivier Dion
Browse files

auto-tools: Add fuzzing directory

Change-Id: I189cdf06e74314f6e35b34addafe599d39f2dc42
parent b3a1f426
No related branches found
No related tags found
No related merge requests found
...@@ -663,6 +663,7 @@ AC_CONFIG_FILES([Makefile \ ...@@ -663,6 +663,7 @@ AC_CONFIG_FILES([Makefile \
test/Makefile\ test/Makefile\
test/sip/Makefile test/sip/Makefile
test/unitTest/Makefile \ test/unitTest/Makefile \
test/fuzzing/Makefile \
man/Makefile \ man/Makefile \
doc/Makefile \ doc/Makefile \
doc/doxygen/Makefile]) doc/doxygen/Makefile])
......
SUBDIRS = unitTest SUBDIRS = unitTest fuzzing
SUBDIRS += sip SUBDIRS += sip
include $(top_srcdir)/globals.mk
AM_CXXFLAGS += -I$(top_srcdir)/src -I.
AM_LDFLAGS += $(top_builddir)/src/libring.la
check_PROGRAMS =
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment