Skip to content

Commit d036311

Browse files
committed
fix: remove test_always_fail & test_always_skip declaration from CMake file
1 parent 1608e14 commit d036311

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,3 @@ add_subdirectory(system)
2929
add_subdirectory(quadrature)
3030
add_subdirectory(math)
3131
add_subdirectory(stringlist)
32-
33-
ADDTEST(always_skip)
34-
set_tests_properties(always_skip PROPERTIES SKIP_RETURN_CODE 77)
35-
ADDTEST(always_fail)
36-
set_tests_properties(always_fail PROPERTIES WILL_FAIL true)

0 commit comments

Comments
 (0)