test/CMakeLists.txt

changeset 518
74d0372f5c6f
parent 517
b3baaf9b7e3c
child 522
b91c50d023f4
equal deleted inserted replaced
517:b3baaf9b7e3c 518:74d0372f5c6f
16 add_executable(ucxtest 16 add_executable(ucxtest
17 test_allocator.cpp 17 test_allocator.cpp
18 test_list.cpp 18 test_list.cpp
19 test_tree.cpp 19 test_tree.cpp
20 selftest.cpp 20 selftest.cpp
21 util_allocator.c 21 util_allocator.cpp
22 ) 22 )
23 target_link_libraries(ucxtest PRIVATE ucx_static gtest_main) 23 target_link_libraries(ucxtest PRIVATE ucx_static gtest_main)
24 gtest_discover_tests(ucxtest) 24 gtest_discover_tests(ucxtest)

mercurial