5 lines
182 B
CMake
5 lines
182 B
CMake
foreach(tapp ThresholdPressureTest SimulationConfigTest)
|
|
opm_add_test(run${tapp} SOURCES ${tapp}.cpp
|
|
LIBRARIES opmparser ${Boost_LIBRARIES})
|
|
endforeach()
|