Files
opm-common/opm/parser/eclipse/EclipseState/Tables/tests/CMakeLists.txt
2016-01-08 14:04:29 +01:00

14 lines
367 B
CMake

foreach(tapp TableManagerTests
TabdimsTests
TableContainerTests
SimpleTableTests
ColumnSchemaTests
TableSchemaTests
TableColumnTests
PvtxTableTests)
opm_add_test(run${tapp} SOURCES ${tapp}.cpp
LIBRARIES opmparser ${Boost_LIBRARIES})
endforeach()