From 117001b8986d46040da5c7b07330b5fb99fc7f70 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov <0x7fffff@guattari.ru> Date: Sun, 14 Aug 2022 04:50:43 +0400 Subject: thread, atomic --- source/test/unittests/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/test/unittests/CMakeLists.txt') diff --git a/source/test/unittests/CMakeLists.txt b/source/test/unittests/CMakeLists.txt index 674f442..853d896 100644 --- a/source/test/unittests/CMakeLists.txt +++ b/source/test/unittests/CMakeLists.txt @@ -2,5 +2,6 @@ target_sources( ${KIT_TEST_SUITE} PRIVATE async_function.test.c test_duration.test.c main.test.c - string_ref.test.c array_ref.test.c input_stream.test.c lower_bound.test.c - input_buffer.test.c dynamic_array.test.c) + string_ref.test.c atomic.test.c thread.test.c array_ref.test.c + input_stream.test.c lower_bound.test.c input_buffer.test.c + dynamic_array.test.c) -- cgit v1.2.3