Files
opm-common/opm/parser/eclipse/EclipseState/tests/CMakeLists.txt
Pål Grønås Drange 4e97aab8aa Testing Eclipse3DProperties API
* Added Eclipse3DPropertiesTests
* Refactored tests to use Eclipse3DProperties instead of EclipseState
* Added unsigned literal to MessageContainerTest
2016-04-13 12:44:07 +02:00

7 lines
190 B
CMake

foreach(tapp EclipseStateTests Eclipse3DPropertiesTests)
opm_add_test(run${tapp} SOURCES ${tapp}.cpp
LIBRARIES opmparser ${Boost_LIBRARIES})
endforeach()