Skip to content

Commit

Permalink
comment out no-stages
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Oct 18, 2024
1 parent 6d7c459 commit c52f9dc
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions test/unit_tests/arkode/C_serial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ set(ARKODE_unit_tests
"ark_test_sunadjoint\;--check-freq 1\;"
"ark_test_sunadjoint\;--check-freq 2\;"
"ark_test_sunadjoint\;--check-freq 5\;"
"ark_test_sunadjoint\;--check-freq 1 --no-stages\;"
"ark_test_sunadjoint\;--check-freq 2 --no-stages\;"
"ark_test_sunadjoint\;--check-freq 5 --no-stages\;"
"ark_test_sunadjoint\;--check-freq 1 --dont-keep\;"
"ark_test_sunadjoint\;--check-freq 2 --dont-keep\;"
"ark_test_sunadjoint\;--check-freq 5 --dont-keep\;"
"ark_test_sunadjoint\;--check-freq 1 --dont-keep --no-stages\;"
"ark_test_sunadjoint\;--check-freq 2 --dont-keep --no-stages\;"
"ark_test_sunadjoint\;--check-freq 5 --dont-keep --no-stages\;")
# "ark_test_sunadjoint\;--check-freq 1 --no-stages\;"
# "ark_test_sunadjoint\;--check-freq 2 --no-stages\;"
# "ark_test_sunadjoint\;--check-freq 5 --no-stages\;"
# "ark_test_sunadjoint\;--check-freq 1 --dont-keep\;"
# "ark_test_sunadjoint\;--check-freq 2 --dont-keep\;"
# "ark_test_sunadjoint\;--check-freq 5 --dont-keep\;"
# "ark_test_sunadjoint\;--check-freq 1 --dont-keep --no-stages\;"
# "ark_test_sunadjoint\;--check-freq 2 --dont-keep --no-stages\;"
# "ark_test_sunadjoint\;--check-freq 5 --dont-keep --no-stages\;"
)

# Add the build and install targets for each test
foreach(test_tuple ${ARKODE_unit_tests})
Expand Down

0 comments on commit c52f9dc

Please sign in to comment.