Merge pull request #2585 from alfbr/group-tests4

Group tests4
This commit is contained in:
Bård Skaflestad 2020-04-30 19:02:14 +02:00 committed by GitHub
commit e2c85db9c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -664,6 +664,13 @@ add_test_compareECLFiles(CASENAME 9_4d_grpctl_msw_model2
REL_TOL ${rel_tol}
DIR model2)
add_test_compareECLFiles(CASENAME model4_group
FILENAME MOD4_GRP
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR model4)
add_test_compareECLFiles(CASENAME wsegsicd
FILENAME TEST_WSEGSICD
SIMULATOR flow

View File

@ -115,6 +115,7 @@ tests[9_4c_grpctl_stw_model2]="flow model2 9_4C_WINJ_GINJ_VREP-W_REIN-G_STW 9_4c
tests[9_4c_grpctl_msw_model2]="flow model2 9_4C_WINJ_GINJ_VREP-W_REIN-G_MSW 9_4c_grpctl_msw_model2"
tests[9_4d_grpctl_stw_model2]="flow model2 9_4D_WINJ_GINJ_GAS_EXPORT_STW 9_4d_grpctl_stw_model2"
tests[9_4d_grpctl_msw_model2]="flow model2 9_4D_WINJ_GINJ_GAS_EXPORT_MSW 9_4d_grpctl_msw_model2"
tests[model4_group]="flow model4 MOD4_GRP model4_group"
tests[polymer_injectivity]="flow polymer_injectivity 2D_POLYMER_INJECTIVITY"
tests[nnc]="flow editnnc NNC_AND_EDITNNC nnc"
tests[udq_wconprod]="flow udq_actionx UDQ_WCONPROD udq_wconprod"