convert flow_sequential SPE1CASE1 test to actual regression test

This commit is contained in:
Arne Morten Kvarving 2016-11-22 16:33:01 +01:00
parent a27e58c0bf
commit 26ebe27cad
2 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,6 @@ endif (NOT EIGEN3_FOUND)
if (HAVE_OPM_DATA)
add_test( NAME flow_sequential_SPE1 COMMAND flow_sequential ${OPM_DATA_ROOT}/spe1/SPE1CASE1.DATA )
add_test( NAME flow_MSW2DH__ COMMAND flow_multisegment ${OPM_DATA_ROOT}/wells_test_suite/MSW/2D_H__/2D_H__.DATA)
include (${CMAKE_CURRENT_SOURCE_DIR}/compareECLFiles.cmake)

View File

@ -58,6 +58,7 @@ endif()
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-regressionTest.sh "")
add_test_compareECLFiles(spe1 SPE1CASE2 flow)
add_test_compareECLFiles(spe1 SPE1CASE1 flow_sequential)
add_test_compareECLFiles(spe3 SPE3CASE1 flow)
add_test_compareECLFiles(spe9 SPE9_CP_SHORT flow)