From 4b4e367fbf7b5daed47639f02e3aa08853daa7b7 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 26 Mar 2009 00:44:55 +0000 Subject: Add test dir to include path. Probably useful for the DOMTS stuff. svn path=/trunk/dom/; revision=6894 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3