mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
auto-tools: Add fuzzing directory
Change-Id: I189cdf06e74314f6e35b34addafe599d39f2dc42
This commit is contained in:
@ -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])
|
||||
|
@ -1,2 +1,2 @@
|
||||
SUBDIRS = unitTest
|
||||
SUBDIRS = unitTest fuzzing
|
||||
SUBDIRS += sip
|
||||
|
6
test/fuzzing/Makefile.am
Normal file
6
test/fuzzing/Makefile.am
Normal 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 =
|
||||
|
Reference in New Issue
Block a user