- Moves saturation function family check from EclipseState to SatfuncPropertyInitializers - Add tests in SatfuncPropertyInitializersTests - Fixes error in the SatfuncPropertyInitializers implementation for familyII
9 lines
427 B
CMake
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()
|