test/Makefile.am

changeset 254
c45c385ac578
parent 252
6342cbbd1922
child 256
2c21b42cf11d
     1.1 --- a/test/Makefile.am	Wed Oct 18 14:23:57 2017 +0200
     1.2 +++ b/test/Makefile.am	Wed Oct 18 19:10:29 2017 +0200
     1.3 @@ -1,5 +1,6 @@
     1.4  TESTS = ucxtest
     1.5  check_PROGRAMS = ucxtest
     1.6 +ucxtest_CFLAGS = -I$(top_srcdir)/src
     1.7  ucxtest_SOURCES = main.c
     1.8  ucxtest_SOURCES += allocator_tests.c
     1.9  ucxtest_SOURCES += list_tests.c
    1.10 @@ -13,4 +14,3 @@
    1.11  ucxtest_SOURCES += buffer_tests.c
    1.12  ucxtest_SOURCES += utils_tests.c
    1.13  ucxtest_LDADD = ../src/libucx.la
    1.14 -

mercurial