summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-26 00:44:55 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-26 00:44:55 +0000
commit4b4e367fbf7b5daed47639f02e3aa08853daa7b7 (patch)
treeefa0e02f1137d9bde61f7b2b22dc824772fb1313 /test
parentfe281c98b1047832a3f59579f2c197f956224386 (diff)
downloadlibdom-4b4e367fbf7b5daed47639f02e3aa08853daa7b7.tar.gz
libdom-4b4e367fbf7b5daed47639f02e3aa08853daa7b7.tar.bz2
Add test dir to include path. Probably useful for the DOMTS stuff.
svn path=/trunk/dom/; revision=6894
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index e4e42d5..3d50686 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,7 +1,7 @@
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)
+TESTCFLAGS := $(TESTCFLAGS) -I$(CURDIR) -I$(CURDIR)/$(DIR)
DIR_TEST_ITEMS := binding:binding.c;$(testlib_files) \
test-list:test-list.c;$(testlib_files)