Skip to content

Commit

Permalink
move VOFZalDisk in CTestList
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn committed Sep 23, 2024
1 parent 1b0d79f commit 3f6ef95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reg_tests/CTestList.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ if(NOT ENABLE_CUDA AND NOT ENABLE_ROCM)
add_test_r(vortexOpen 4)
add_test_r(VOFDroplet 4)
add_test_r(VOFInertialDroplet 4)
add_test_r(VOFZalDisk 4)

if (ENABLE_FFTW)
add_test_r(ablHill3d_pp 4)
Expand All @@ -215,6 +214,7 @@ if(NOT ENABLE_CUDA AND NOT ENABLE_ROCM)
add_test_r(ablNeutralNGPHypreSegregated 2)
add_test_r(airfoilRANSEdgeNGPHypre.rst 2)
add_test_r(fsiTurbineSurrogate 4)
add_test_r(VOFZalDisk 4)

if (ENABLE_TRILINOS_SOLVERS)
add_test_r(aslNeutralEdgeSST 4)
Expand Down Expand Up @@ -309,6 +309,7 @@ else()
add_test_r(ablNeutralNGPHypre 2)
add_test_r(ablNeutralNGPHypreSegregated 2)
add_test_r(multiElemCylinder 2)
add_test_r(VOFZalDisk 2)
endif()

if (ENABLE_TIOGA AND ENABLE_TRILINOS_SOLVERS)
Expand Down

0 comments on commit 3f6ef95

Please sign in to comment.