test/CMakeLists.txt

Sun, 29 Dec 2019 19:45:00 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 29 Dec 2019 19:45:00 +0100
changeset 383
db4c6b94939b
parent 375
460c0258bb5b
child 390
d345541018fa
permissions
-rw-r--r--

fixes string replace function in case replmax is 0

     1 add_executable(ucxtest
     2         allocator_tests.c
     3         array_tests.c
     4         avl_tests.c
     5         buffer_tests.c
     6         list_tests.c
     7         logging_tests.c
     8         main.c
     9         map_tests.c
    10         mpool_tests.c
    11         prop_tests.c
    12         stack_tests.c
    13         string_tests.c
    14         utils_tests.c
    15 )
    17 target_link_libraries(ucxtest PRIVATE ucx_static)

mercurial