Skip to content

Commit c82191d

Browse files
committed
Remove test case for ring modulator
1 parent ffa72fd commit c82191d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

example/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
foreach(example robertson vanpol lorenz predator_prey pendant_drop three_equation_system oregonator e5_chemical hires ring_modulator)
1+
foreach(example robertson vanpol lorenz predator_prey pendant_drop three_equation_system oregonator e5_chemical hires)
22
add_executable(${example} ${example}.f90)
33
target_link_libraries(${example} PRIVATE stiff3)
44
add_test(NAME ${example} COMMAND ${example})
55
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

Comments
 (0)