diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..0d76cc4 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,5 @@ +TESTS = check_ipaddrcheck +check_PROGRAMS = check_ipaddrcheck +check_ipaddrcheck_SOURCES = check_ipaddrcheck.c $(top_builddir)/src/iptest.h +check_ipaddrcheck_CFLAGS = @CHECK_CFLAGS@ +check_ipaddrcheck_LDADD = -lcidr -lpcre @CHECK_LIBS@ |