test/Makefile.am

Wed, 18 Oct 2017 12:03:44 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 18 Oct 2017 12:03:44 +0200
changeset 252
6342cbbd1922
child 254
c45c385ac578
permissions
-rw-r--r--

removes custom make files and adds autoconf support

     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

mercurial