Avoid use of include/ directory in test data

This commit is contained in:
Joakim Hove 2019-10-14 15:44:27 +02:00
parent 5d54d1a2fe
commit 1ff41de3eb
7 changed files with 10 additions and 5 deletions

View File

@ -374,6 +374,11 @@ if(ENABLE_ECL_OUTPUT)
tests/SOFR_TEST.DATA
tests/UDQ_TEST_WCONPROD_IUAD-2.DATA
tests/UDQ_ACTIONX_TEST1.DATA
tests/include_example_pvt.txt
tests/include_example_summary.txt
tests/include_sgof.txt
tests/include_swof.txt
tests/include_grid_3x5x4.grdecl
)
endif()

View File

@ -150,7 +150,7 @@ NOECHO
-- ----------------------------------------------------
--Include simulation grid
INCLUDE
'include/test_3x5x4.grdecl' /
'include_grid_3x5x4.grdecl' /
@ -208,17 +208,17 @@ PROPS
-- ***************************************************
INCLUDE
'include/sgof.txt' /
'include_sgof.txt' /
INCLUDE
'include/swof.txt' /
'include_swof.txt' /
-- ---------------------------------------------------
-- Include PVT data
INCLUDE
'include/example_pvt.txt' /
'include_example_pvt.txt' /
@ -300,7 +300,7 @@ SUMMARY
-- **************************************************************************************
INCLUDE
'include/example_summary.txt' /
'include_example_summary.txt' /
FMWIN