summaryrefslogtreecommitdiffstats
path: root/src/hooks/dhcp/user_chk/tests/Makefile.am
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2013-10-24 17:32:09 +0200
committerThomas Markwalder <tmark@isc.org>2013-10-24 17:32:09 +0200
commit327d9ff442bd25fa742c3ea03aa4630440c00661 (patch)
treedd84b8aede6c89920c453ec95d688a40413e45dd /src/hooks/dhcp/user_chk/tests/Makefile.am
parent[master] Fixed make install failure in user_chk unit tests (diff)
downloadkea-327d9ff442bd25fa742c3ea03aa4630440c00661.tar.xz
kea-327d9ff442bd25fa742c3ea03aa4630440c00661.zip
[3207] Added callouts for packet receive and send to user check hooks lib
Initial checkin creates callout functions for packet receive and send hooks for IPv4 and IPv6. This sets thes stage for outputting user specific options in outbound packet.
Diffstat (limited to 'src/hooks/dhcp/user_chk/tests/Makefile.am')
-rw-r--r--src/hooks/dhcp/user_chk/tests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hooks/dhcp/user_chk/tests/Makefile.am b/src/hooks/dhcp/user_chk/tests/Makefile.am
index d76f21528f..f9526c65d9 100644
--- a/src/hooks/dhcp/user_chk/tests/Makefile.am
+++ b/src/hooks/dhcp/user_chk/tests/Makefile.am
@@ -34,9 +34,12 @@ TESTS += libdhcp_user_chk_unittests
libdhcp_user_chk_unittests_SOURCES =
libdhcp_user_chk_unittests_SOURCES += ../load_unload.cc
+libdhcp_user_chk_unittests_SOURCES += ../pkt_receive_co.cc
+libdhcp_user_chk_unittests_SOURCES += ../pkt_send_co.cc
libdhcp_user_chk_unittests_SOURCES += ../subnet_select_co.cc
libdhcp_user_chk_unittests_SOURCES += ../version.cc
libdhcp_user_chk_unittests_SOURCES += ../user.cc ../user.h
+libdhcp_user_chk_unittests_SOURCES += ../user_chk.h
# Until logging in dynamically loaded libraries is fixed, exclude these.
#libdhcp_user_chk_unittests_SOURCES += ../user_chk_log.cc ../user_chk_log.h
#libdhcp_user_chk_unittests_SOURCES += ../user_chk_messages.cc ../user_chk_messages.h