start regression testing of test case with VAPPARS keyword in Solution section

This commit is contained in:
Torbjørn Skille 2023-06-01 12:48:40 +02:00
parent c0dbbf7449
commit afe0ede324
2 changed files with 8 additions and 0 deletions

View File

@ -1155,3 +1155,10 @@ add_test_compareECLFiles(CASENAME 02_wgrupcon
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR wgrupcon)
add_test_compareECLFiles(CASENAME 01_vappars
FILENAME VAPPARS-01
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR vappars)

View File

@ -235,6 +235,7 @@ tests[model_metric_gridunit_feet]="flow gridunit M_METRIC_GRID_FEET"
tests[model_metric_gridunit_metres]="flow gridunit M_METRIC_GRID_METRES"
tests[01_wgrupcon]="flow wgrupcon 01-WGRUPCON"
tests[02_wgrupcon]="flow wgrupcon 02-WGRUPCON"
tests[01_vappars]="flow vappars VAPPARS-01"
changed_tests=""