We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6cfab commit cbf2521Copy full SHA for cbf2521
applications/zpc/components/dotdot_mapper/test/CMakeLists.txt
@@ -48,7 +48,8 @@ target_add_unittest(
48
zpc_attribute_store_test_helper
49
zwave_network_management_mock
50
uic_dotdot_mqtt_mock)
51
-if(${BUILD_TESTING_PROPERTY_DISABLED})
+if(${ZPC_BUILD_TESTING_PROPERTY_DISABLED})
52
+ message(WARNING "Please fix this test")
53
set_tests_properties(binding_cluster_mapper_test
54
PROPERTIES DISABLED True)
55
endif()
0 commit comments