summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index b320a61..d9ca503 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,6 +1,8 @@
testlib_files := lib/comparators.c;lib/list.c;lib/testassert.c;
testlib_files := $(testlib_files);lib/testobject.c;lib/utils.c
+TESTCFLAGS := $(TESTCFLAGS) -I$(CURDIR)
+
DIR_TEST_ITEMS := binding:binding.c;$(testlib_files) \
test-list:test-list.c;$(testlib_files)