Skip to content

Commit 4d479fd

Browse files
committed
cmake: remove deprecated test
1 parent a03e514 commit 4d479fd

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
set(SRC
2-
lib/mod_stdlib.f90
32
stdlib_experimental_ascii.f90
43
stdlib_experimental_io.f90
54
stdlib_experimental_error.f90

src/tests/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
add_subdirectory(ascii)
22
add_subdirectory(loadtxt)
33

4-
add_executable(test_dummy test_dummy.f90)
5-
target_link_libraries(test_dummy fortran_stdlib)
6-
add_test(NAME Dummy COMMAND $<TARGET_FILE:test_dummy>)
7-
84
add_executable(test_skip test_skip.f90)
95
target_link_libraries(test_skip fortran_stdlib)
106
add_test(NAME AlwaysSkip COMMAND $<TARGET_FILE:test_skip>)

0 commit comments

Comments
 (0)