diff options
author | Shane Kerr <shane@isc.org> | 2007-11-16 11:08:33 +0000 |
---|---|---|
committer | Shane Kerr <shane@isc.org> | 2007-11-16 11:08:33 +0000 |
commit | 22a3cd273808581eaa409fae87120dcaceba99a1 (patch) | |
tree | 3f4a9ccaf530327badef8db4a83171e0cfae8997 /common/tests/Makefile.am | |
parent | 6e999c3c8a96354e088da8a5a35c9ab92f419ec7 (diff) | |
download | isc-dhcp-22a3cd273808581eaa409fae87120dcaceba99a1.tar.gz |
automake regeneration + added forgotten example tests
Diffstat (limited to 'common/tests/Makefile.am')
-rw-r--r-- | common/tests/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am new file mode 100644 index 00000000..1a2e5582 --- /dev/null +++ b/common/tests/Makefile.am @@ -0,0 +1,10 @@ +AM_CPPFLAGS = -I../.. + +check_PROGRAMS = test_alloc + +TESTS = test_alloc + +test_alloc_SOURCES = test_alloc.c +test_alloc_LDADD = ../libdhcp.a ../../tests/libt_api.a \ + ../../omapip/libomapi.a ../../dst/libdst.a ../../minires/libres.a + |