diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-02-04 13:07:00 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-02-04 13:07:00 +0100 |
commit | 645e9084b34afb9f6ba591fc82eb9a8393259015 (patch) | |
tree | 431b66997d45c9b7a7e79d7f8885ea62b0e888b9 /source/test/unittests/CMakeLists.txt | |
parent | b92b4a82ba0dc4adcb018577674dd9bc1e00db0a (diff) | |
download | kit-645e9084b34afb9f6ba591fc82eb9a8393259015.zip |
sha256
Diffstat (limited to 'source/test/unittests/CMakeLists.txt')
-rw-r--r-- | source/test/unittests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/test/unittests/CMakeLists.txt b/source/test/unittests/CMakeLists.txt index 2ebc195..a73ca6e 100644 --- a/source/test/unittests/CMakeLists.txt +++ b/source/test/unittests/CMakeLists.txt @@ -3,6 +3,6 @@ target_sources( PRIVATE async_function.test.c bigint.test.c mutex.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 + array_ref.test.c input_stream.test.c sha256.test.c lower_bound.test.c secure_random.test.c condition_variable.test.c mersenne_twister_64.test.c input_buffer.test.c move_back.test.c dynamic_array.test.c file.test.c) |