From d9e91f73e5760fc6ee115ac2947e1ef999f6bef5 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov <0x7fffff@guattari.ru> Date: Fri, 19 Aug 2022 17:27:54 +0400 Subject: Enable tests --- CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 573cbdf..2ca6ce3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,13 +141,13 @@ if(KIT_ENABLE_TESTING) --coverage) endif() - #add_test( - # NAME ${KIT_LIBRARY}_unittests - # COMMAND ${KIT_TEST_SUITE} --no-carriage-return) - #set_tests_properties( - # ${KIT_LIBRARY}_unittests - # PROPERTIES - # TIMEOUT "120") + add_test( + NAME ${KIT_LIBRARY}_unittests + COMMAND ${KIT_TEST_SUITE} --no-carriage-return) + set_tests_properties( + ${KIT_LIBRARY}_unittests + PROPERTIES + TIMEOUT "120") endif() add_subdirectory(source) -- cgit v1.2.3