tests/CMakeLists.txt

changeset 756
0b635553b86a
parent 753
24dc84788dee
child 761
61d5197d612b
equal deleted inserted replaced
755:255ee4abf2ec 756:0b635553b86a
34 test_mempool.cpp 34 test_mempool.cpp
35 test_printf.cpp 35 test_printf.cpp
36 selftest.cpp 36 selftest.cpp
37 util_allocator.cpp 37 util_allocator.cpp
38 ) 38 )
39 target_link_libraries(ucxtest ${CMAKE_BINARY_DIR}/../libucx${STLIB_EXT} gtest_main) 39 target_link_libraries(ucxtest ${CMAKE_BINARY_DIR}/../libucx_static${STLIB_EXT} gtest_main)
40 gtest_discover_tests(ucxtest) 40 gtest_discover_tests(ucxtest)

mercurial