Add regression testing for model ACTIONX_UDQ

This commit is contained in:
Joakim Hove 2021-10-25 11:45:32 +02:00
parent b568237c04
commit 8673e02317
2 changed files with 8 additions and 0 deletions

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

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"