summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-25 23:14:29 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-25 23:14:29 +0000
commit2e7274ab35d8672a1eb7e72d3af74aaec0077d54 (patch)
tree70ec0c9c75d22c7921413120495aa58b624bc949 /test
parent17329e0a13c156e7292784b20a42a4413f44a9a8 (diff)
downloadlibdom-2e7274ab35d8672a1eb7e72d3af74aaec0077d54.tar.gz
libdom-2e7274ab35d8672a1eb7e72d3af74aaec0077d54.tar.bz2
Add -I$(CURDIR) to TESTCFLAGS
svn path=/trunk/dom/; revision=6887
Diffstat (limited to 'test')
-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)