Skip to content

Commit 82a7344

Browse files
satorenFlamefire
authored andcommitted
include ctest
1 parent 654eeb7 commit 82a7344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ endif(KAGUYA_BUILD_BENCHMARK)
107107
endif(EMSCRIPTEN)
108108

109109

110-
111110
find_program(CTEST_MEMORYCHECK_COMMAND NAMES valgrind)
112111
set(MEMORYCHECK_COMMAND_OPTIONS "--error-exitcode=1 --trace-children=yes --leak-check=full" )
112+
include(CTest)
113113
enable_testing()
114-
add_subdirectory(test)
114+
add_subdirectory(test)

0 commit comments

Comments
 (0)