Skip to content

Commit cbf2521

Browse files
committed
tests: Enable a/z/c/dotdot_mapper/test #46
Origin: #70 Bug-SiliconLabsSoftware: #46 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent cb6cfab commit cbf2521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

applications/zpc/components/dotdot_mapper/test/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ target_add_unittest(
4848
zpc_attribute_store_test_helper
4949
zwave_network_management_mock
5050
uic_dotdot_mqtt_mock)
51-
if(${BUILD_TESTING_PROPERTY_DISABLED})
51+
if(${ZPC_BUILD_TESTING_PROPERTY_DISABLED})
52+
message(WARNING "Please fix this test")
5253
set_tests_properties(binding_cluster_mapper_test
5354
PROPERTIES DISABLED True)
5455
endif()

0 commit comments

Comments
 (0)