test/CMakeLists.txt

changeset 571
f83583a0bbac
parent 556
3d19cae7e924
child 583
0f3c9662f9b5
equal deleted inserted replaced
570:7edce1b5a798 571:f83583a0bbac
17 test_allocator.cpp 17 test_allocator.cpp
18 test_buffer.cpp 18 test_buffer.cpp
19 test_list.cpp 19 test_list.cpp
20 test_tree.cpp 20 test_tree.cpp
21 test_map.cpp 21 test_map.cpp
22 test_basic_mempool.cpp
22 selftest.cpp 23 selftest.cpp
23 util_allocator.cpp 24 util_allocator.cpp
24 ) 25 )
25 target_link_libraries(ucxtest PRIVATE ucx_static gtest_main) 26 target_link_libraries(ucxtest PRIVATE ucx_static gtest_main)
26 gtest_discover_tests(ucxtest) 27 gtest_discover_tests(ucxtest)

mercurial