test/CMakeLists.txt

changeset 633
63a692642aa2
parent 631
406376e64fd8
child 636
cfcc8cf0168c
equal deleted inserted replaced
632:164253538794 633:63a692642aa2
12 FetchContent_MakeAvailable(googletest) 12 FetchContent_MakeAvailable(googletest)
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_utils.cpp
17 test_allocator.cpp 18 test_allocator.cpp
18 test_compare.cpp 19 test_compare.cpp
19 test_string.cpp 20 test_string.cpp
20 test_buffer.cpp 21 test_buffer.cpp
21 test_list.cpp 22 test_list.cpp

mercurial