From e4da5a35e0fc985c22a440e10c0728ed28fcb1a3 Mon Sep 17 00:00:00 2001 From: Stefan Held Date: Thu, 18 Jun 2015 18:28:32 +0200 Subject: Rework of unit tests Signed-off-by: Stefan Held Signed-off-by: Alexander Wenzel --- tests/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 53e1acd..5cdc25f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -2,6 +2,9 @@ enable_testing() include_directories(${gtest_SOURCE_DIR}/include) +#SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g") +#SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address") + configure_file(${CMAKE_SOURCE_DIR}/tests/testfile.dlt ${PROJECT_BINARY_DIR}/tests COPYONLY) configure_file(${CMAKE_SOURCE_DIR}/tests/testfilter.txt ${PROJECT_BINARY_DIR}/tests COPYONLY) -- cgit v1.2.1