We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa72fd commit c82191dCopy full SHA for c82191d
1 file changed
example/CMakeLists.txt
@@ -1,5 +1,9 @@
1
-foreach(example robertson vanpol lorenz predator_prey pendant_drop three_equation_system oregonator e5_chemical hires ring_modulator)
+foreach(example robertson vanpol lorenz predator_prey pendant_drop three_equation_system oregonator e5_chemical hires)
2
add_executable(${example} ${example}.f90)
3
target_link_libraries(${example} PRIVATE stiff3)
4
add_test(NAME ${example} COMMAND ${example})
5
endforeach()
6
+
7
+# The test takes too long
8
+add_executable(ring_modulator ring_modulator.f90)
9
+target_link_libraries(ring_modulator PRIVATE stiff3)
0 commit comments