]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3400] {bundy,kea}_backend_unittest.cc renamed to *_controller_unittest.cc
authorTomek Mrugalski <thomson@Tomeks-MacBook-Pro.local>
Thu, 15 May 2014 13:56:26 +0000 (15:56 +0200)
committerTomek Mrugalski <thomson@Tomeks-MacBook-Pro.local>
Thu, 15 May 2014 13:56:26 +0000 (15:56 +0200)
src/bin/dhcp6/tests/Makefile.am
src/bin/dhcp6/tests/bundy_controller_unittest.cc [moved from src/bin/dhcp6/tests/bundy_backend_unittest.cc with 100% similarity]
src/bin/dhcp6/tests/kea_controller_unittest.cc [moved from src/bin/dhcp6/tests/jsonfile_backend_unittest.cc with 100% similarity]

index 801d6872bc2bbac06eb2eed4136b190a02554b30..f09eb3c18b2e84f941c8dfe1e624614aef4a4e66 100644 (file)
@@ -92,12 +92,12 @@ if CONFIG_BACKEND_BUNDY
 # For Bundy backend, we only need to run the usual tests. There are no
 # Bundy-specific tests yet.
 dhcp6_unittests_SOURCES += ../bundy_controller.cc
-dhcp6_unittests_SOURCES += bundy_backend_unittest.cc
+dhcp6_unittests_SOURCES += bundy_controller_unittest.cc
 endif
 
 if CONFIG_BACKEND_JSON
 dhcp6_unittests_SOURCES += ../jsonfile_controller.cc
-dhcp6_unittests_SOURCES += jsonfile_backend_unittest.cc
+dhcp6_unittests_SOURCES += jsonfile_controller_unittest.cc
 endif
 
 nodist_dhcp6_unittests_SOURCES  = ../dhcp6_messages.h ../dhcp6_messages.cc