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

This commit is contained in:
akkana%netscape.com 1999-12-06 22:29:49 +00:00
parent 1fa56e3ef1
commit 4f65ed63c5
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

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