Skip to content

Commit 204f1b7

Browse files
committed
tests: Enable a/z/c/z_classes zwave_command_class_switch_multilevel_test #46
Origin: #70 Bug-SiliconLabsSoftware: #46 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent b94efb3 commit 204f1b7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

+5-4
Original file line numberDiff line numberDiff line change
@@ -438,12 +438,13 @@ target_add_unittest(
438438
zwave_tx_mock
439439
uic_dotdot_mqtt_mock
440440
)
441-
if(${BUILD_TESTING_PROPERTY_DISABLED})
441+
if(${ZPC_BUILD_TESTING_PROPERTY_DISABLED})
442+
message(WARNING "Please fix this test")
442443
set_tests_properties(zwave_command_class_switch_multilevel_test
443444
PROPERTIES DISABLED True
444445
)
445446
endif()
446-
447+
447448
# Z-Wave Color Switch Command Class test
448449
target_add_unittest(
449450
zwave_command_classes
@@ -819,13 +820,13 @@ target_add_unittest(
819820
uic_attribute_resolver_mock
820821
zpc_attribute_resolver_mock
821822
)
822-
if(${BUILD_TESTING_PROPERTY_DISABLED})
823+
if(${ZPC_BUILD_TESTING_PROPERTY_DISABLED})
824+
message(WARNING "Please fix this test")
823825
set_tests_properties(zwave_command_class_user_code_test
824826
PROPERTIES DISABLED True
825827
)
826828
endif()
827829

828-
829830
# Humidity Control Mode test
830831
target_add_unittest(
831832
zwave_command_classes

0 commit comments

Comments
 (0)