diff options
author | Daniil Baturin <daniil@baturin.org> | 2013-05-27 02:37:44 -0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2013-05-27 02:37:44 -0700 |
commit | 038dcd982d442d894c467bf0d91cdaf421e87185 (patch) | |
tree | a5bf6eb9cf498dc7088819682bd6fad5aa0a0170 /tests/Makefile.am | |
parent | 069e78d6788b0e10272747f5d773ce9a167e90bc (diff) | |
download | ipaddrcheck-038dcd982d442d894c467bf0d91cdaf421e87185.tar.gz ipaddrcheck-038dcd982d442d894c467bf0d91cdaf421e87185.zip |
Again, multiple enhancements.
* IPv6 feature set nearly complete.
* Test suite expanded to cover all but a few functions.
* Source files renamed according to the new project name,
.h is now .h, implementations are moved to .c
* Something else.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0d76cc4..9b04635 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ TESTS = check_ipaddrcheck check_PROGRAMS = check_ipaddrcheck -check_ipaddrcheck_SOURCES = check_ipaddrcheck.c $(top_builddir)/src/iptest.h +check_ipaddrcheck_SOURCES = check_ipaddrcheck.c ../src/ipaddrcheck_functions.c check_ipaddrcheck_CFLAGS = @CHECK_CFLAGS@ check_ipaddrcheck_LDADD = -lcidr -lpcre @CHECK_LIBS@ |