From b127bdbf958ed7eb7b51e53851c1cf77161446e2 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Thu, 7 Sep 2017 12:34:06 +0200 Subject: [PATCH] [PL/ComponentTransport] Restructure test folders. --- ProcessLib/ComponentTransport/Tests.cmake | 14 +++++++------- Tests/Data | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ProcessLib/ComponentTransport/Tests.cmake b/ProcessLib/ComponentTransport/Tests.cmake index 2fd19b9cbe6..cbc5ac8f745 100644 --- a/ProcessLib/ComponentTransport/Tests.cmake +++ b/ProcessLib/ComponentTransport/Tests.cmake @@ -1,6 +1,6 @@ AddTest( NAME 2D_ComponentTransport_ConcentrationDiffusionOnly - PATH Parabolic/ComponentTransport/ + PATH Parabolic/ComponentTransport/SimpleSynthetics/ EXECUTABLE ogs EXECUTABLE_ARGS ConcentrationDiffusionOnly.prj WRAPPER time @@ -16,7 +16,7 @@ AddTest( AddTest( NAME 2D_ComponentTransport_ConcentrationDiffusionAndStorage - PATH Parabolic/ComponentTransport/ + PATH Parabolic/ComponentTransport/SimpleSynthetics/ EXECUTABLE ogs EXECUTABLE_ARGS ConcentrationDiffusionAndStorage.prj WRAPPER time @@ -35,7 +35,7 @@ AddTest( AddTest( NAME 2D_ComponentTransport_DiffusionAndStorageAndAdvection - PATH Parabolic/ComponentTransport/ + PATH Parabolic/ComponentTransport/SimpleSynthetics/ EXECUTABLE ogs EXECUTABLE_ARGS DiffusionAndStorageAndAdvection.prj WRAPPER time @@ -69,7 +69,7 @@ AddTest( AddTest( NAME 2D_ComponentTransport_DiffusionAndStorageAndGravityAndDispersionHalf - PATH Parabolic/ComponentTransport/ + PATH Parabolic/ComponentTransport/SimpleSynthetics/ EXECUTABLE ogs EXECUTABLE_ARGS DiffusionAndStorageAndGravityAndDispersionHalf.prj WRAPPER time @@ -103,7 +103,7 @@ AddTest( AddTest( NAME 2D_ComponentTransport_DiffusionAndStorageAndAdvectionAndDispersion - PATH Parabolic/ComponentTransport/ + PATH Parabolic/ComponentTransport/SimpleSynthetics/ EXECUTABLE ogs EXECUTABLE_ARGS DiffusionAndStorageAndAdvectionAndDispersion.prj WRAPPER time @@ -137,7 +137,7 @@ AddTest( AddTest( NAME 2D_ComponentTransport_DiffusionAndStorageAndAdvectionAndDecay - PATH Parabolic/ComponentTransport/ + PATH Parabolic/ComponentTransport/SimpleSynthetics/ EXECUTABLE ogs EXECUTABLE_ARGS DiffusionAndStorageAndAdvectionAndDecay.prj WRAPPER time @@ -171,7 +171,7 @@ AddTest( AddTest( NAME 2D_ComponentTransport_DiffusionAndStorageAndAdvectionAndDispersionHalf - PATH Parabolic/ComponentTransport/ + PATH Parabolic/ComponentTransport/SimpleSynthetics/ EXECUTABLE ogs EXECUTABLE_ARGS DiffusionAndStorageAndAdvectionAndDispersionHalf.prj WRAPPER time diff --git a/Tests/Data b/Tests/Data index 9cbae371ebf..d26ba1df1fe 160000 --- a/Tests/Data +++ b/Tests/Data @@ -1 +1 @@ -Subproject commit 9cbae371ebfad0fdb4e6de83d0d3bf08071e4db1 +Subproject commit d26ba1df1fe46bad5cc30dff5844e4139822ce1b -- GitLab