* Added Eclipse3DPropertiesTests * Refactored tests to use Eclipse3DProperties instead of EclipseState * Added unsigned literal to MessageContainerTest
7 lines
190 B
CMake
7 lines
190 B
CMake
foreach(tapp EclipseStateTests Eclipse3DPropertiesTests)
|
|
|
|
opm_add_test(run${tapp} SOURCES ${tapp}.cpp
|
|
LIBRARIES opmparser ${Boost_LIBRARIES})
|
|
|
|
endforeach()
|