summaryrefslogtreecommitdiff
path: root/source/test/unittests/CMakeLists.txt
blob: 853d89614a74bb9f0669357d1ec55185f6b61091 (plain)
1
2
3
4
5
6
7
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)