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 --- source/test/programs/CMakeLists.txt | 54 ++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'source/test/programs') diff --git a/source/test/programs/CMakeLists.txt b/source/test/programs/CMakeLists.txt index 7decb0d..22e50de 100644 --- a/source/test/programs/CMakeLists.txt +++ b/source/test/programs/CMakeLists.txt @@ -1,33 +1,33 @@ if(KIT_ENABLE_TESTING) - #add_executable(too_many_tests too_many_tests.c) - #target_link_libraries(too_many_tests ${KIT_TEST_LIBRARY}) - #add_test( - # NAME too_many_tests_test - # COMMAND too_many_tests --quiet) - #set_tests_properties( - # too_many_tests_test - # PROPERTIES - # TIMEOUT "15") + add_executable(too_many_tests too_many_tests.c) + target_link_libraries(too_many_tests ${KIT_TEST_LIBRARY}) + add_test( + NAME too_many_tests_test + COMMAND too_many_tests --quiet) + set_tests_properties( + too_many_tests_test + PROPERTIES + TIMEOUT "15") - #add_executable(too_many_assertions too_many_assertions.c) - #target_link_libraries(too_many_assertions ${KIT_TEST_LIBRARY}) - #add_test( - # NAME too_many_assertions_test - # COMMAND too_many_assertions --quiet) - #set_tests_properties( - # too_many_assertions_test - # PROPERTIES - # TIMEOUT "15") + add_executable(too_many_assertions too_many_assertions.c) + target_link_libraries(too_many_assertions ${KIT_TEST_LIBRARY}) + add_test( + NAME too_many_assertions_test + COMMAND too_many_assertions --quiet) + set_tests_properties( + too_many_assertions_test + PROPERTIES + TIMEOUT "15") - #add_executable(cpp_example cpp_example.cpp) - #target_link_libraries(cpp_example ${KIT_TEST_LIBRARY}) - #add_test( - # NAME cpp_example_test - # COMMAND cpp_example --quiet) - #set_tests_properties( - # cpp_example_test - # PROPERTIES - # TIMEOUT "15") + add_executable(cpp_example cpp_example.cpp) + target_link_libraries(cpp_example ${KIT_TEST_LIBRARY}) + add_test( + NAME cpp_example_test + COMMAND cpp_example --quiet) + set_tests_properties( + cpp_example_test + PROPERTIES + TIMEOUT "15") add_executable(signals signals.cpp) target_link_libraries(signals ${KIT_TEST_LIBRARY}) -- cgit v1.2.3