Skip to content

Commit 785be70

Browse files
committed
tests: Remove test bypassing #46
Origin: #70 Relate-to: #46 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 937f0c4 commit 785be70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(BUILD_TESTING)
1818
set(THS-CMOCK_LOCATION "${cmock_SOURCE_DIR}")
1919
set(THS-UNITY_LOCATION "${cmock_SOURCE_DIR}/vendor/unity")
2020
# https://gitlab.kitware.com/cmake/cmake/-/issues/22813#note_1620373
21-
option(BUILD_TESTING_PROPERTY_DISABLED "WARNING: Bypass some tests" True)
21+
option(BUILD_TESTING_PROPERTY_DISABLED "WARNING: Bypass some tests" false)
2222
if(BUILD_TESTING_PROPERTY_DISABLED)
2323
message(WARNING "TODO: Some tests are bypassed, please help fixing them")
2424
endif()

0 commit comments

Comments
 (0)