From: Tomek Mrugalski Date: Thu, 15 May 2014 13:56:26 +0000 (+0200) Subject: [3400] {bundy,kea}_backend_unittest.cc renamed to *_controller_unittest.cc X-Git-Tag: trac3434_base~32^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbea597b3439d87518ac6c18aa5d32408372ca48;p=thirdparty%2Fkea.git [3400] {bundy,kea}_backend_unittest.cc renamed to *_controller_unittest.cc --- diff --git a/src/bin/dhcp6/tests/Makefile.am b/src/bin/dhcp6/tests/Makefile.am index 801d6872bc..f09eb3c18b 100644 --- a/src/bin/dhcp6/tests/Makefile.am +++ b/src/bin/dhcp6/tests/Makefile.am @@ -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 diff --git a/src/bin/dhcp6/tests/bundy_backend_unittest.cc b/src/bin/dhcp6/tests/bundy_controller_unittest.cc similarity index 100% rename from src/bin/dhcp6/tests/bundy_backend_unittest.cc rename to src/bin/dhcp6/tests/bundy_controller_unittest.cc diff --git a/src/bin/dhcp6/tests/jsonfile_backend_unittest.cc b/src/bin/dhcp6/tests/kea_controller_unittest.cc similarity index 100% rename from src/bin/dhcp6/tests/jsonfile_backend_unittest.cc rename to src/bin/dhcp6/tests/kea_controller_unittest.cc