|
1 TESTS = ucxtest |
|
2 check_PROGRAMS = ucxtest |
|
3 ucxtest_SOURCES = main.c |
|
4 ucxtest_SOURCES += allocator_tests.c |
|
5 ucxtest_SOURCES += list_tests.c |
|
6 ucxtest_SOURCES += avl_tests.c |
|
7 ucxtest_SOURCES += mpool_tests.c |
|
8 ucxtest_SOURCES += stack_tests.c |
|
9 ucxtest_SOURCES += map_tests.c |
|
10 ucxtest_SOURCES += prop_tests.c |
|
11 ucxtest_SOURCES += string_tests.c |
|
12 ucxtest_SOURCES += logging_tests.c |
|
13 ucxtest_SOURCES += buffer_tests.c |
|
14 ucxtest_SOURCES += utils_tests.c |
|
15 ucxtest_LDADD = ../src/libucx.la |
|
16 |