From 5dcc58484859573f1e596dd44a9280e49ab34f24 Mon Sep 17 00:00:00 2001 From: Tor Harald Sandve Date: Tue, 19 Oct 2021 14:09:58 +0200 Subject: [PATCH] Add micp test case --- compareECLFiles.cmake | 7 +++++++ tests/update_reference_data.sh | 1 + 2 files changed, 8 insertions(+) diff --git a/compareECLFiles.cmake b/compareECLFiles.cmake index 7501b5c23..3d70c9e50 100755 --- a/compareECLFiles.cmake +++ b/compareECLFiles.cmake @@ -978,6 +978,13 @@ add_test_compareECLFiles(CASENAME actionx_wefac REL_TOL ${rel_tol} DIR actionx) +add_test_compareECLFiles(CASENAME micp + FILENAME MICP + SIMULATOR flow + ABS_TOL ${abs_tol} + REL_TOL ${rel_tol} + DIR micp) + # Restart tests opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "") diff --git a/tests/update_reference_data.sh b/tests/update_reference_data.sh index 5ddc50896..6ec6eaf7a 100755 --- a/tests/update_reference_data.sh +++ b/tests/update_reference_data.sh @@ -161,6 +161,7 @@ tests[actionx_gconinje]="flow actionx ACTIONX_GCONINJE" tests[actionx_gconprod]="flow actionx ACTIONX_GCONPROD" tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE" tests[actionx_wefac]="flow actionx ACTIONX_WEFAC" +tests[micp]="flow micp MICP" changed_tests=""