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
Родитель 6cea79b83b
Коммит cafe527dc7
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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

Просмотреть файл

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

Просмотреть файл

@ -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

Просмотреть файл

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