From 6a630f9648546341cc410fa84572f1711028502b Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Thu, 28 Nov 2019 09:54:27 +0100 Subject: [PATCH] add test case for rockcomp --- compareECLFiles.cmake | 7 +++++++ tests/update_reference_data.sh | 1 + 2 files changed, 8 insertions(+) diff --git a/compareECLFiles.cmake b/compareECLFiles.cmake index a66c4c59b..d0703bc8f 100755 --- a/compareECLFiles.cmake +++ b/compareECLFiles.cmake @@ -189,6 +189,13 @@ add_test_compareECLFiles(CASENAME spe1_thermal REL_TOL ${rel_tol} DIR spe1) +add_test_compareECLFiles(CASENAME spe1_rockcomp + FILENAME SPE1CASE2_ROCK2DTR + SIMULATOR flow + ABS_TOL ${abs_tol} + REL_TOL ${rel_tol} + DIR spe1) + add_test_compareECLFiles(CASENAME spe1_metric_vfp1 FILENAME SPE1CASE1_METRIC_VFP1 SIMULATOR flow diff --git a/tests/update_reference_data.sh b/tests/update_reference_data.sh index 711b790b3..e397c8384 100755 --- a/tests/update_reference_data.sh +++ b/tests/update_reference_data.sh @@ -58,6 +58,7 @@ tests[spe12p]="flow spe1 SPE1CASE2_2P spe1_2p" tests[spe1oilgas]="flow spe1 SPE1CASE2_OILGAS spe1_oilgas" tests[spe1nowells]="flow spe1 SPE1CASE2_NOWELLS spe1_nowells" tests[spe1thermal]="flow spe1 SPE1CASE2_THERMAL spe1_thermal" +tests[spe1rockcomp]="flow spe1 SPE1CASE2_ROCK2DTR spe1_rockcomp" tests[ctaquifer_2d_oilwater]="flow aquifer-oilwater 2D_OW_CTAQUIFER ctaquifer_2d_oilwater" tests[fetkovich_2d]="flow aquifer-fetkovich 2D_FETKOVICHAQUIFER fetkovich_2d" tests[msw_2d_h]="flow msw_2d_h 2D_H__"