mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
Include CTest to enable memcheck
This commit is contained in:
parent
e7382071d0
commit
5a05ceee5e
1 changed files with 1 additions and 0 deletions
|
@ -360,6 +360,7 @@ endif()
|
||||||
|
|
||||||
if(ENABLE_TESTS)
|
if(ENABLE_TESTS)
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
include(CTest)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(libtransmission)
|
add_subdirectory(libtransmission)
|
||||||
|
|
Loading…
Reference in a new issue