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
commit14d8f0e2060782b2982ce9f46548ecc5ed105b71 (patch)
treeefa0e02f1137d9bde61f7b2b22dc824772fb1313 /test
parentfa41dcfb6dfd1b3743d283c508931e7a57f5858c (diff)
downloadlibdom-14d8f0e2060782b2982ce9f46548ecc5ed105b71.tar.gz
libdom-14d8f0e2060782b2982ce9f46548ecc5ed105b71.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)