From ff538c96ea96b3cc6bdb983ea0454367bd32bf44 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Thu, 6 Apr 2023 10:02:35 +0200 Subject: [PATCH] Update test names --- ProcessLib/LiquidFlow/Tests.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProcessLib/LiquidFlow/Tests.cmake b/ProcessLib/LiquidFlow/Tests.cmake index 4613b470d91..222193966bd 100644 --- a/ProcessLib/LiquidFlow/Tests.cmake +++ b/ProcessLib/LiquidFlow/Tests.cmake @@ -550,7 +550,7 @@ AddTest( ) AddTest( - NAME SimpleSynthetics_XDMF + NAME LiquidFlow_SimpleSynthetics_XDMF PATH Parabolic/LiquidFlow/SimpleSynthetics/XDMF EXECUTABLE ogs EXECUTABLE_ARGS FunctionParameterTest_XDMF.prj @@ -571,7 +571,7 @@ AddTest( ) AddTest( - NAME SimpleSynthetics_XDMF_compression_off + NAME LiquidFlow_SimpleSynthetics_XDMF_compression_off PATH Parabolic/LiquidFlow/SimpleSynthetics/XDMF_compression_off EXECUTABLE ogs EXECUTABLE_ARGS FunctionParameterTest_XDMF.prj -- GitLab