Files
opm-common/opm/parser/eclipse/EclipseState/Grid/tests/CMakeLists.txt
Tor Harald Sandve f59ca7f392 Support familyII in the SatfuncInitializer
- Moves saturation function family check from EclipseState to
SatfuncPropertyInitializers
- Add tests in SatfuncPropertyInitializersTests
- Fixes error in the SatfuncPropertyInitializers implementation for
familyII
2015-08-17 11:29:16 +02:00

9 lines
427 B
CMake

foreach(tapp EclipseGridTests MULTREGTScannerTests GridPropertyTests
FaceDirTests GridPropertiesTests BoxTests PORVTests
BoxManagerTests TransMultTests FaultTests
EqualRegTests MultiRegTests ADDREGTests CopyRegTests
SatfuncPropertyInitializersTests)
opm_add_test(run${tapp} SOURCES ${tapp}.cpp
LIBRARIES opmparser ${Boost_LIBRARIES})
endforeach()