diff options
author | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-14 05:06:09 +0400 |
---|---|---|
committer | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-14 05:06:09 +0400 |
commit | 3b2feeda37bd7dde274c0200ac721f47feb6a0f6 (patch) | |
tree | 2a49ad4ed156eca42e649c7f589070a639da06e8 /source/test/unittests/CMakeLists.txt | |
parent | 635b579ef297a121d5b9dac093e90d30a7c61832 (diff) | |
download | kit-3b2feeda37bd7dde274c0200ac721f47feb6a0f6.zip |
test
Diffstat (limited to 'source/test/unittests/CMakeLists.txt')
-rw-r--r-- | source/test/unittests/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/test/unittests/CMakeLists.txt b/source/test/unittests/CMakeLists.txt index 853d896..3dda690 100644 --- a/source/test/unittests/CMakeLists.txt +++ b/source/test/unittests/CMakeLists.txt @@ -2,6 +2,5 @@ target_sources( ${KIT_TEST_SUITE} PRIVATE async_function.test.c test_duration.test.c main.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) + string_ref.test.c atomic.test.c array_ref.test.c input_stream.test.c + lower_bound.test.c input_buffer.test.c dynamic_array.test.c) |