From 0d6db5e7c841ed3127eb0ebef3afd5a3ab6733ca Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 25 Mar 2009 23:14:29 +0000 Subject: Add -I$(CURDIR) to TESTCFLAGS svn path=/trunk/dom/; revision=6887 --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Makefile') 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) -- cgit v1.2.3