Add htmlparser/tests/outsinks to the enable-tests build

git-svn-id: svn://10.0.0.236/trunk@55451 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
1999-12-06 22:29:49 +00:00
parent 5e2d02cad7
commit 8bbd947552
4 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS = src
ifdef ENABLE_TESTS
DIRS += robot
DIRS += robot tests
endif
include $(topsrcdir)/config/rules.mk

View File

@@ -26,6 +26,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = logparse
DIRS = outsinks
include $(topsrcdir)/config/rules.mk