From 005241a13babab7f5ea714bfc266215549d3a5f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B8rn=20Skille?= Date: Thu, 24 Feb 2022 08:20:31 +0100 Subject: [PATCH] adding regression testing of RXFT summary cases --- compareECLFiles.cmake | 7 +++++++ tests/update_reference_data.sh | 1 + 2 files changed, 8 insertions(+) diff --git a/compareECLFiles.cmake b/compareECLFiles.cmake index 731e889f0..38c9711f0 100755 --- a/compareECLFiles.cmake +++ b/compareECLFiles.cmake @@ -1173,6 +1173,13 @@ add_test_compareECLFiles(CASENAME max_wgr_1 REL_TOL ${rel_tol} DIR wtest/wecon_wgr_max ) +add_test_compareECLFiles(CASENAME rxft_smry + FILENAME TEST_RXFT + SIMULATOR flow + ABS_TOL ${abs_tol} + REL_TOL ${rel_tol} + DIR rxft_smry ) + # Restart tests opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "") # Cruder tolerances for the restarted tests diff --git a/tests/update_reference_data.sh b/tests/update_reference_data.sh index 3cc73da2b..1416bcc26 100755 --- a/tests/update_reference_data.sh +++ b/tests/update_reference_data.sh @@ -187,6 +187,7 @@ tests[max_watercut_2]="flow wtest/wecon_wct_max MAX_WATERCUT_2" tests[max_watercut_3]="flow wtest/wecon_wct_max MAX_WATERCUT_3" tests[max_watercut_4]="flow wtest/wecon_wct_max MAX_WATERCUT_4" tests[max_wgr_1]="flow wtest/wecon_wgr_max MAX_WGR_1" +tests[rxft_smry]="flow rxft_smry TEST_RXFT" changed_tests=""