Skip to content

Commit e5d91dc

Browse files
committed
deprecate tests always_fail and always_skip
1 parent 7683b32 commit e5d91dc

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,4 @@ add_subdirectory(system)
2929
add_subdirectory(quadrature)
3030
add_subdirectory(math)
3131
add_subdirectory(stringlist)
32-
add_subdirectory(terminal)
33-
34-
ADDTEST(always_skip)
35-
set_tests_properties(always_skip PROPERTIES SKIP_RETURN_CODE 77)
36-
ADDTEST(always_fail)
37-
set_tests_properties(always_fail PROPERTIES WILL_FAIL true)
32+
add_subdirectory(terminal)

test/test_always_fail.f90

Lines changed: 0 additions & 8 deletions
This file was deleted.

test/test_always_skip.f90

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)