test/Makefile.am

Wed, 18 Oct 2017 19:10:29 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 18 Oct 2017 19:10:29 +0200
changeset 254
c45c385ac578
parent 252
6342cbbd1922
child 256
2c21b42cf11d
permissions
-rw-r--r--

fixes include path and non-cpp build for test program

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

mercurial