From 56f692ef08d9b110476ceb4766cedc63a5a800d3 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sat, 26 May 2007 13:10:55 +0200 Subject: [PATCH] DOM test: add test/ to SUBDIRS so DOM test is run for 'make test' --- src/dom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dom/Makefile b/src/dom/Makefile index cdff0bab..e86f3433 100644 --- a/src/dom/Makefile +++ b/src/dom/Makefile @@ -1,7 +1,7 @@ top_builddir=../.. include $(top_builddir)/Makefile.config -SUBDIRS = css sgml +SUBDIRS = css sgml test OBJS = configuration.o node.o select.o stack.o scanner.o SUBDIRS-$(CONFIG_DEBUG) += test