test/Makefile.am

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

mercurial