From a0136e570d40af4531a2375c2c1f815d0d47df6f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 13 Jun 2021 18:45:15 +0300 Subject: [PATCH] Update tests/CMakeLists --- test/CMakeLists.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0dfa40f..23b0b17 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -69,3 +69,21 @@ lib(boost_system_std_single_instance_lib2 STD_SINGLE_INSTANCE_DYN_LINK std_singl system_run(std_single_instance_test.cpp std_single_instance_1.cpp std_single_instance_2.cpp) boost_test(SOURCES std_single_instance_test.cpp NAME std_single_instance_test_lib LINK_LIBRARIES boost_system_std_single_instance_lib1 boost_system_std_single_instance_lib2) + +boost_test(TYPE run SOURCES is_error_code_enum_test.cpp) +boost_test(TYPE run SOURCES is_error_condition_enum_test.cpp) +boost_test(TYPE run SOURCES errc_test.cpp) +boost_test(TYPE run SOURCES errc_test2.cpp) +boost_test(TYPE run SOURCES error_category_test2.cpp) +boost_test(TYPE run SOURCES error_condition_test.cpp) +boost_test(TYPE run SOURCES error_condition_test2.cpp) +boost_test(TYPE run SOURCES generic_category_test2.cpp) +boost_test(TYPE run SOURCES generic_category_test3.cpp) +boost_test(TYPE run SOURCES system_category_test2.cpp) +boost_test(TYPE run SOURCES system_category_test3.cpp) + +boost_test(TYPE run SOURCES windows_error_test.cpp) +boost_test(TYPE run SOURCES cygwin_error_test.cpp) +boost_test(TYPE run SOURCES linux_error_test.cpp) + +boost_test(TYPE link SOURCES errc_test3.cpp)