enable norne init test for flow_ebos

This commit is contained in:
Arne Morten Kvarving 2017-03-03 14:34:11 +01:00
parent 90c7e0eaf6
commit 51a536ed90

View File

@ -112,7 +112,9 @@ endforeach()
# Init tests # Init tests
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-init-regressionTest.sh "") opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-init-regressionTest.sh "")
add_test_compareECLFiles(norne NORNE_ATW2013 flow ${abs_tol} ${rel_tol} compareECLInitFiles /init) foreach(sim flow flow_ebos)
add_test_compareECLFiles(norne NORNE_ATW2013 ${sim} ${abs_tol} ${rel_tol} compareECLInitFiles /init)
endforeach()
# Parallel tests # Parallel tests
if(MPI_FOUND) if(MPI_FOUND)