Register ecl io tests using the file list in CMakeLists_files.cmake
This commit is contained in:
parent
0355a71abd
commit
a8d3997c72
@ -300,11 +300,6 @@ if(ENABLE_ECL_INPUT)
|
|||||||
${PROJECT_BINARY_DIR}/tests
|
${PROJECT_BINARY_DIR}/tests
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach(test test_EclIO test_EGrid test_ERft test_ERst test_ESmry test_EInit test_ExtESmry)
|
|
||||||
opm_add_test(${test} CONDITION ENABLE_ECL_INPUT AND Boost_UNIT_TEST_FRAMEWORK_FOUND
|
|
||||||
LIBRARIES ${_libs}
|
|
||||||
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/tests)
|
|
||||||
endforeach()
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Install build system files and documentation
|
# Install build system files and documentation
|
||||||
|
@ -354,6 +354,13 @@ if(ENABLE_ECL_INPUT)
|
|||||||
tests/test_ERsm.cpp
|
tests/test_ERsm.cpp
|
||||||
tests/test_GuideRate.cpp
|
tests/test_GuideRate.cpp
|
||||||
tests/test_RestartFileView.cpp
|
tests/test_RestartFileView.cpp
|
||||||
|
tests/test_EclIO.cpp
|
||||||
|
tests/test_EGrid.cpp
|
||||||
|
tests/test_ERft.cpp
|
||||||
|
tests/test_ERst.cpp
|
||||||
|
tests/test_ESmry.cpp
|
||||||
|
tests/test_EInit.cpp
|
||||||
|
tests/test_ExtESmry.cpp
|
||||||
tests/parser/ACTIONX.cpp
|
tests/parser/ACTIONX.cpp
|
||||||
tests/parser/ADDREGTests.cpp
|
tests/parser/ADDREGTests.cpp
|
||||||
tests/parser/AquiferTests.cpp
|
tests/parser/AquiferTests.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user