diff --git a/src/controller/tests/BUILD.gn b/src/controller/tests/BUILD.gn index f944124b504fcd..f274c53eb96862 100644 --- a/src/controller/tests/BUILD.gn +++ b/src/controller/tests/BUILD.gn @@ -33,7 +33,6 @@ chip_test_suite("tests") { "${chip_root}/src/app/common:cluster-objects", "${chip_root}/src/app/tests:helpers", "${chip_root}/src/controller", - "${chip_root}/src/controller/tests/data_model:interaction-tests", "${chip_root}/src/messaging/tests:helpers", "${chip_root}/src/transport/raw/tests:helpers", "${nlunit_test_root}:nlunit-test", diff --git a/src/controller/tests/data_model/BUILD.gn b/src/controller/tests/data_model/BUILD.gn index 7912f6c724422c..ca5c751390f0f9 100644 --- a/src/controller/tests/data_model/BUILD.gn +++ b/src/controller/tests/data_model/BUILD.gn @@ -19,8 +19,8 @@ import("//build_overrides/nlunit_test.gni") import("${chip_root}/build/chip/chip_test_suite.gni") import("${chip_root}/src/platform/device.gni") -chip_test_suite("interaction-tests") { - output_name = "libInteractionTests" +chip_test_suite("data_model") { + output_name = "libDataModelTests" if (chip_device_platform != "mbed" && chip_device_platform != "efr32") { test_sources = [ "TestCommands.cpp" ]