Merge remote-tracking branch 'akva2/run_tests_through_valgrind' into valgrind
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user