From ee1c7fffdbbf6ef9f1f1a661dda12e9dbc3869b6 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 19 Feb 2024 16:19:21 +0000 Subject: [Minor] Build tests with CTest in Cmake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 75455aae8..0671072a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -679,6 +679,7 @@ IF (ENABLE_CLANG_PLUGIN MATCHES "ON") ENDIF () ADD_SUBDIRECTORY(src) +enable_testing() ADD_SUBDIRECTORY(test) ADD_SUBDIRECTORY(utils) -- cgit v1.2.3