diff options
author | Francis Dupont <fdupont@isc.org> | 2018-10-14 10:17:32 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2018-10-14 10:17:32 +0200 |
commit | 6c487765b45cd536cbd885cd3ef125a6cd170e05 (patch) | |
tree | a493ab1803cb95a711350727abbf21531dfe1344 /src/lib/yang/tests/Makefile.am | |
parent | [65-libyang-control-socket_rebase] Rebasing before merge (diff) | |
parent | [65-libyang-pd-pool_rebased] Updated (diff) | |
download | kea-6c487765b45cd536cbd885cd3ef125a6cd170e05.tar.xz kea-6c487765b45cd536cbd885cd3ef125a6cd170e05.zip |
[65-libyang-pd-pool_rebased] Rebased after control socket merge
Diffstat (limited to 'src/lib/yang/tests/Makefile.am')
-rw-r--r-- | src/lib/yang/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/yang/tests/Makefile.am b/src/lib/yang/tests/Makefile.am index 155789f4f4..b652b97258 100644 --- a/src/lib/yang/tests/Makefile.am +++ b/src/lib/yang/tests/Makefile.am @@ -24,6 +24,7 @@ run_unittests_SOURCES += translator_control_socket_unittests.cc run_unittests_SOURCES += translator_option_data_unittests.cc run_unittests_SOURCES += translator_option_def_unittests.cc run_unittests_SOURCES += translator_pool_unittests.cc +run_unittests_SOURCES += translator_pd_pool_unittests.cc run_unittests_SOURCES += run_unittests.cc run_unittests_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES) run_unittests_LDFLAGS = $(AM_LDFLAGS) $(GTEST_LDFLAGS) |