test/Makefile.am

changeset 252
6342cbbd1922
child 254
c45c385ac578
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/Makefile.am	Wed Oct 18 12:03:44 2017 +0200
     1.3 @@ -0,0 +1,16 @@
     1.4 +TESTS = ucxtest
     1.5 +check_PROGRAMS = ucxtest
     1.6 +ucxtest_SOURCES = main.c
     1.7 +ucxtest_SOURCES += allocator_tests.c
     1.8 +ucxtest_SOURCES += list_tests.c
     1.9 +ucxtest_SOURCES += avl_tests.c
    1.10 +ucxtest_SOURCES += mpool_tests.c
    1.11 +ucxtest_SOURCES += stack_tests.c
    1.12 +ucxtest_SOURCES += map_tests.c
    1.13 +ucxtest_SOURCES += prop_tests.c
    1.14 +ucxtest_SOURCES += string_tests.c
    1.15 +ucxtest_SOURCES += logging_tests.c
    1.16 +ucxtest_SOURCES += buffer_tests.c
    1.17 +ucxtest_SOURCES += utils_tests.c
    1.18 +ucxtest_LDADD = ../src/libucx.la
    1.19 +

mercurial