summaryrefslogtreecommitdiff
path: root/source/test/unittests/CMakeLists.txt
blob: 75b1f3f433efc0a6e91ec2a57a1a57c83ba6f961 (plain)
1
2
3
4
5
6
target_sources(
  ${KIT_TEST_SUITE}
    PRIVATE
      async_function.test.c main.test.c array_ref.test.c
      input_stream.test.c lower_bound.test.c input_buffer.test.c
      dynamic_array.test.c)