Merge remote-tracking branch 'akva2/run_tests_through_valgrind' into valgrind

This commit is contained in:
Joakim Hove
2014-02-06 14:30:01 +01:00
9 changed files with 49 additions and 49 deletions

View File

@@ -1,3 +1,3 @@
add_executable(runEclipseStateTests EclipseStateTests.cpp)
target_link_libraries(runEclipseStateTests Parser ${Boost_LIBRARIES})
add_test(NAME runEclipseStateTests WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND ${EXECUTABLE_OUTPUT_PATH}/runEclipseStateTests )
add_test(NAME runEclipseStateTests WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND ${TEST_MEMCHECK_TOOL} ${EXECUTABLE_OUTPUT_PATH}/runEclipseStateTests )