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