From feb9aaf22ffba6a238d572c2b89d60ab9ccbd835 Mon Sep 17 00:00:00 2001
From: Mitya Selivanov <0x7fffff@guattari.ru>
Date: Fri, 19 Aug 2022 16:38:45 +0400
Subject: test win32

---
 source/test/programs/CMakeLists.txt | 54 ++++++++++++++++++-------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

(limited to 'source/test')

diff --git a/source/test/programs/CMakeLists.txt b/source/test/programs/CMakeLists.txt
index eea6d87..d6c7968 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.c)
   target_link_libraries(signals ${KIT_TEST_LIBRARY})
-- 
cgit v1.2.3