From: Daniel Arndt Date: Mon, 12 Mar 2018 09:35:01 +0000 (+0100) Subject: Add missing file used in #6035 X-Git-Tag: v9.0.0-rc1~334^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65cbe74579f0330eb55e764cb8120be421ae8775;p=dealii.git Add missing file used in #6035 --- 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)