From 3f6ef95e9c37bb7372a7f2203b3aecc659b3f7d6 Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Mon, 23 Sep 2024 15:02:35 -0600 Subject: [PATCH] move VOFZalDisk in CTestList --- reg_tests/CTestList.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reg_tests/CTestList.cmake b/reg_tests/CTestList.cmake index 46bbdc233..fdd4889ea 100644 --- a/reg_tests/CTestList.cmake +++ b/reg_tests/CTestList.cmake @@ -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) @@ -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) @@ -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)