test/CMakeLists.txt

changeset 636
cfcc8cf0168c
parent 633
63a692642aa2
equal deleted inserted replaced
635:d4845058239a 636:cfcc8cf0168c
22 test_list.cpp 22 test_list.cpp
23 test_tree.cpp 23 test_tree.cpp
24 test_hash_key.cpp 24 test_hash_key.cpp
25 test_map.cpp 25 test_map.cpp
26 test_basic_mempool.cpp 26 test_basic_mempool.cpp
27 test_printf.cpp
27 selftest.cpp 28 selftest.cpp
28 util_allocator.cpp 29 util_allocator.cpp
29 ) 30 )
30 target_link_libraries(ucxtest PRIVATE ucx_static gtest_main) 31 target_link_libraries(ucxtest PRIVATE ucx_static gtest_main)
31 gtest_discover_tests(ucxtest) 32 gtest_discover_tests(ucxtest)

mercurial