From: Mike Gelfand Date: Sun, 7 Dec 2014 10:00:34 +0000 (+0000) Subject: Include CTest to enable memcheck X-Git-Tag: 2.90~328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a05ceee5e9f7f3726aeeb70d074e3c82db42616;p=transmission Include CTest to enable memcheck --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b0b9b956..d77fe3b22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -360,6 +360,7 @@ endif() if(ENABLE_TESTS) enable_testing() + include(CTest) endif() add_subdirectory(libtransmission)