We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03e514 commit 4d479fdCopy full SHA for 4d479fd
src/CMakeLists.txt
@@ -1,5 +1,4 @@
1
set(SRC
2
- lib/mod_stdlib.f90
3
stdlib_experimental_ascii.f90
4
stdlib_experimental_io.f90
5
stdlib_experimental_error.f90
src/tests/CMakeLists.txt
@@ -1,10 +1,6 @@
add_subdirectory(ascii)
add_subdirectory(loadtxt)
-add_executable(test_dummy test_dummy.f90)
-target_link_libraries(test_dummy fortran_stdlib)
6
-add_test(NAME Dummy COMMAND $<TARGET_FILE:test_dummy>)
7
-
8
add_executable(test_skip test_skip.f90)
9
target_link_libraries(test_skip fortran_stdlib)
10
add_test(NAME AlwaysSkip COMMAND $<TARGET_FILE:test_skip>)
0 commit comments