Add actionx testing of GCONPROD

This commit is contained in:
Joakim Hove 2021-09-30 16:39:02 +02:00
parent 6e37b9ae05
commit 33033cd6cc
2 changed files with 9 additions and 0 deletions

View File

@ -935,6 +935,14 @@ add_test_compareECLFiles(CASENAME actionx_gconinje
REL_TOL ${rel_tol} REL_TOL ${rel_tol}
DIR actionx) DIR actionx)
add_test_compareECLFiles(CASENAME actionx_gconprod
FILENAME ACTIONX_GCONPROD
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR actionx)
add_test_compareECLFiles(CASENAME actionx_wconinje add_test_compareECLFiles(CASENAME actionx_wconinje
FILENAME ACTIONX_WCONINJE FILENAME ACTIONX_WCONINJE
SIMULATOR flow SIMULATOR flow

View File

@ -158,6 +158,7 @@ tests[co2store]="flow co2store CO2STORE"
tests[co2store_diffusive]="flow co2store CO2STORE_DIFFUSIVE" tests[co2store_diffusive]="flow co2store CO2STORE_DIFFUSIVE"
tests[co2store_drsdtcon]="flow co2store CO2STORE_DRSDTCON" tests[co2store_drsdtcon]="flow co2store CO2STORE_DRSDTCON"
tests[actionx_gconinje]="flow actionx ACTIONX_GCONINJE" tests[actionx_gconinje]="flow actionx ACTIONX_GCONINJE"
tests[actionx_gconprod]="flow actionx ACTIONX_GCONPROD"
tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE" tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE"
changed_tests="" changed_tests=""