summaryrefslogtreecommitdiff
path: root/source/test/unittests/CMakeLists.txt
blob: b8a6dcae60f63e9c27fdde1ef7551e537af51a89 (plain)
1
2
3
4
5
6
7
8
9
target_sources(
  kit_test_suite
    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 foo.bench.c
      thread.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)