From 4fd1b0b26d652516a1840aacc22099930b5025bd Mon Sep 17 00:00:00 2001 From: Evgeniy Kramsakov <sobiegrus@gmail.com> Date: Thu, 15 Dec 2022 12:17:33 +0300 Subject: [PATCH] [+] Add accidentally deleted line --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba6c983e1d..c3113a9969 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,6 +71,7 @@ if (BUILD_CELLFRAME_SDK_TESTS) endif() set(BUILD_TESTS ON) endif() + add_subdirectory(test) endif() if (CELLFRAME_MODULES MATCHES "test-framework") -- GitLab