From 65cbe74579f0330eb55e764cb8120be421ae8775 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 12 Mar 2018 10:35:01 +0100 Subject: [PATCH] Add missing file used in #6035 --- tests/run_memorycheck.cmake | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/run_memorycheck.cmake diff --git a/tests/run_memorycheck.cmake b/tests/run_memorycheck.cmake new file mode 100644 index 0000000000..d1a466ea80 --- /dev/null +++ b/tests/run_memorycheck.cmake @@ -0,0 +1,3 @@ +SET(TRACK "Experimental") +SET(MEMORYCHECK TRUE) +INCLUDE(${CMAKE_CURRENT_LIST_DIR}/run_testsuite.cmake) -- 2.39.5