From 52fbbe844c82dbc5ad28ff9d2bd0e0fa16aa57d7 Mon Sep 17 00:00:00 2001 From: "Azamat H. Hackimov" Date: Mon, 19 Dec 2016 22:19:30 +0500 Subject: [PATCH] Control for undo tests --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68d4f0fc0..0abc55fef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -451,6 +451,8 @@ if(NOT USE_STATIC_LIBC) endif() set(LAF_WITH_TESTS ${ENABLE_TESTS} CACHE BOOL "Enable LAF tests") +set(UNDO_TESTS ${ENABLE_TESTS} CACHE BOOL "Enable undo tests") + add_subdirectory(laf) add_subdirectory(src)