From 1385dcc4a622d947ded5f8e0a0f4f153d5216476 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 5 Nov 2021 23:21:46 +0100 Subject: [PATCH] Reordered tests --- CoreFlows/examples/C/CMakeLists.txt | 62 ++++++++++++++--------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/CoreFlows/examples/C/CMakeLists.txt b/CoreFlows/examples/C/CMakeLists.txt index 873ca92..1b27de3 100755 --- a/CoreFlows/examples/C/CMakeLists.txt +++ b/CoreFlows/examples/C/CMakeLists.txt @@ -48,9 +48,40 @@ file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/../resources DESTINATION ${CMAKE_CURRENT_B CreateTestExecAndInstall(CoupledTransportDiffusionEquations_1DHeatedChannel.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(TransportEquation_1DHeatedChannel.cxx "${libs_for_tests}" ) + CreateTestExecAndInstall(DiffusionEquation_1DHeatedRod.cxx "${libs_for_tests}" ) CreateTestExecAndInstall(DiffusionEquation_1DHeatedRod_FE.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(StationaryDiffusionEquation_2DEF_StructuredTriangles.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(StationaryDiffusionEquation_2DEF_StructuredTriangles_Neumann.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(StationaryDiffusionEquation_2DEF_UnstructuredTriangles.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(StationaryDiffusionEquation_2DFV_StructuredTriangles.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(StationaryDiffusionEquation_2DFV_StructuredTriangles_Neumann.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(StationaryDiffusionEquation_2DFV_StructuredSquares.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(StationaryDiffusionEquation_3DEF_StructuredTetrahedra.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(StationaryDiffusionEquation_3DFV_StructuredTetrahedra.cxx "${libs_for_tests}" ) + +CreateTestExecAndInstall(testEOS.cxx "${libs_for_tests}" ) + +CreateTestExecAndInstall(SinglePhase_1DDepressurisation.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_1DHeatedChannel.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_1DPorosityJump.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_1DRiemannProblem.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_1DRiemannProblem_Implicit.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_1DRiemannProblem_Implicit_LineSearch.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_2DHeatDrivenCavity.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_2DHeatDrivenCavity_unstructured.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_2DHeatedChannelInclined.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_2DLidDrivenCavity.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_2DLidDrivenCavity_unstructured.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_2DSphericalExplosion_unstructured.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_3DSphericalExplosion_unstructured.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_2DWallHeatedChannel_ChangeSect.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_2DWallHeatedChannel.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_3DHeatDrivenCavity.cxx "${libs_for_tests}" ) +CreateTestExecAndInstall(SinglePhase_HeatedWire_2Branches.cxx "${libs_for_tests}" ) + CreateTestExecAndInstall(DriftModel_1DBoilingAssembly.cxx "${libs_for_tests}" ) CreateTestExecAndInstall(DriftModel_1DBoilingChannel.cxx "${libs_for_tests}" ) CreateTestExecAndInstall(DriftModel_1DChannelGravity.cxx "${libs_for_tests}" ) @@ -76,37 +107,6 @@ CreateTestExecAndInstall(IsothermalTwoFluid_1DRiemannProblem.cxx "${libs_for_te CreateTestExecAndInstall(IsothermalTwoFluid_2DInclinedSedimentation.cxx "${libs_for_tests}" ) CreateTestExecAndInstall(IsothermalTwoFluid_2DVidangeReservoir.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_1DDepressurisation.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_1DHeatedChannel.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_1DPorosityJump.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_1DRiemannProblem.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_1DRiemannProblem_Implicit.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_1DRiemannProblem_Implicit_LineSearch.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_2DHeatDrivenCavity.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_2DHeatDrivenCavity_unstructured.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_2DHeatedChannelInclined.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_2DLidDrivenCavity.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_2DLidDrivenCavity_unstructured.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_2DSphericalExplosion_unstructured.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_3DSphericalExplosion_unstructured.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_2DWallHeatedChannel_ChangeSect.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_2DWallHeatedChannel.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_3DHeatDrivenCavity.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(SinglePhase_HeatedWire_2Branches.cxx "${libs_for_tests}" ) - -CreateTestExecAndInstall(TransportEquation_1DHeatedChannel.cxx "${libs_for_tests}" ) - -CreateTestExecAndInstall(StationaryDiffusionEquation_2DEF_StructuredTriangles.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(StationaryDiffusionEquation_2DEF_StructuredTriangles_Neumann.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(StationaryDiffusionEquation_2DEF_UnstructuredTriangles.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(StationaryDiffusionEquation_2DFV_StructuredTriangles.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(StationaryDiffusionEquation_2DFV_StructuredTriangles_Neumann.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(StationaryDiffusionEquation_2DFV_StructuredSquares.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(StationaryDiffusionEquation_3DEF_StructuredTetrahedra.cxx "${libs_for_tests}" ) -CreateTestExecAndInstall(StationaryDiffusionEquation_3DFV_StructuredTetrahedra.cxx "${libs_for_tests}" ) - -CreateTestExecAndInstall(testEOS.cxx "${libs_for_tests}" ) - add_executable(WaveSystem_FV_SphericalExplosion_CDMATH.exe WaveSystem_FV_SphericalExplosion_CDMATH.cxx) target_link_libraries(WaveSystem_FV_SphericalExplosion_CDMATH.exe CoreFlowsLibs ) -- 2.39.2