Merge pull request #4680 from tskille/regtest_vappars

start regression testing of test case with VAPPARS keyword
This commit is contained in:
Bård Skaflestad 2023-06-01 14:14:04 +02:00 committed by GitHub
commit 1c4711d887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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=""