summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 19:55:17 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 19:55:17 +0000
commitf0525adcd70cec983dcb7a25a772bb82b34e65b7 (patch)
treef192f9399b1a0820b9a0d3c5eaf1484ad00cf735 /test
parent90fa460dcbab22d6a59bd81a8c94ded8db704304 (diff)
downloadlibparserutils-f0525adcd70cec983dcb7a25a772bb82b34e65b7.tar.gz
libparserutils-f0525adcd70cec983dcb7a25a772bb82b34e65b7.tar.bz2
Update to new NSBUILD infrastructure
svn path=/trunk/libparserutils/; revision=14003
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
-rw-r--r--test/regression/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index afd38a7..b208c78 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -4,4 +4,4 @@ DIR_TEST_ITEMS := aliases:aliases.c cscodec-8859:cscodec-8859.c \
cscodec-utf16:cscodec-utf16.c filter:filter.c \
inputstream:inputstream.c
-include build/makefiles/Makefile.subdir
+include $(NSBUILD)/Makefile.subdir
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 2cdeaf7..c83de62 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -4,4 +4,4 @@ DIR_TEST_ITEMS := filter-segv:filter-segv.c \
CFLAGS := $(CFLAGS) -I$(CURDIR)/test
-include build/makefiles/Makefile.subdir
+include $(NSBUILD)/Makefile.subdir