test/CMakeLists.txt

changeset 375
460c0258bb5b
child 390
d345541018fa
equal deleted inserted replaced
374:be77fb2da242 375:460c0258bb5b
1 add_executable(ucxtest
2 allocator_tests.c
3 array_tests.c
4 avl_tests.c
5 buffer_tests.c
6 list_tests.c
7 logging_tests.c
8 main.c
9 map_tests.c
10 mpool_tests.c
11 prop_tests.c
12 stack_tests.c
13 string_tests.c
14 utils_tests.c
15 )
16
17 target_link_libraries(ucxtest PRIVATE ucx_static)

mercurial