Files
opm-common/opm/parser/eclipse/EclipseState/tests/CMakeLists.txt
Arne Morten Kvarving 4a9c18ac9f run tests through valgrind
2014-01-27 15:16:34 +01:00

4 lines
283 B
CMake

add_executable(runEclipseStateTests EclipseStateTests.cpp)
target_link_libraries(runEclipseStateTests Parser ${Boost_LIBRARIES})
add_test(NAME runEclipseStateTests WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND ${TEST_MEMCHECK_TOOL} ${EXECUTABLE_OUTPUT_PATH}/runEclipseStateTests )