test/CMakeLists.txt

changeset 530
e866516cac17
parent 522
b91c50d023f4
child 556
3d19cae7e924
equal deleted inserted replaced
529:814d51173f20 530:e866516cac17
13 include(GoogleTest) 13 include(GoogleTest)
14 message(STATUS "Google Test made available") 14 message(STATUS "Google Test made available")
15 15
16 add_executable(ucxtest 16 add_executable(ucxtest
17 test_allocator.cpp 17 test_allocator.cpp
18 test_buffer.cpp
18 test_list.cpp 19 test_list.cpp
19 test_tree.cpp 20 test_tree.cpp
20 selftest.cpp 21 selftest.cpp
21 util_allocator.cpp 22 util_allocator.cpp
22 ) 23 )

mercurial