Merge pull request #3630 from joakim-hove/actionx-udq

Add regression testing for model ACTIONX_UDQ
This commit is contained in:
Joakim Hove
2021-10-26 08:24:07 +02:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -980,6 +980,13 @@ add_test_compareECLFiles(CASENAME actionx_wefac
REL_TOL ${rel_tol}
DIR actionx)
add_test_compareECLFiles(CASENAME actionx_udq
FILENAME ACTIONX_UDQ
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR actionx)
add_test_compareECLFiles(CASENAME micp
FILENAME MICP
SIMULATOR flow
+1
View File
@@ -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[actionx_udq]="flow actionx ACTIONX_UDQ"
tests[micp]="flow micp MICP"
tests[0_base_model6]="flow model6 0_BASE_MODEL6"
tests[0a_aquct_model6]="flow model6 0A_AQUCT_MODEL6"