mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Include CTest
in CMakeLists.txt to get valgrind support.
We can now run `ctest --output-on-failure -D ExperimentalMemCheck -j 50` to run valgrind on all tests.
This commit is contained in:
parent
b6dde3c76f
commit
1eaa55d2d4
|
@ -53,6 +53,7 @@ message("SOVERSION: ${SOVERSION}")
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
include(ApiDsl)
|
include(ApiDsl)
|
||||||
|
include(CTest)
|
||||||
include(ModulePackage)
|
include(ModulePackage)
|
||||||
include(StrictAbi)
|
include(StrictAbi)
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user