remove tests from build. sr=mscott

This commit is contained in:
sspitzer%netscape.com 2001-01-30 05:07:43 +00:00
Родитель 5ff083fee3
Коммит 1097880c59
4 изменённых файлов: 2 добавлений и 18 удалений

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

@ -28,9 +28,5 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public src util search build resources
ifdef ENABLE_TESTS
DIRS += tests
endif
include $(topsrcdir)/config/rules.mk

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

@ -21,10 +21,6 @@
DEPTH=..\..
DIRS=public src util search prefs build resources \
!if !defined(DISABLE_TESTS)
tests \
!endif
$(NULL)
DIRS=public src util search prefs build resources
include <$(DEPTH)\config\rules.mak>

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

@ -28,9 +28,5 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public src emitters cthandlers build
ifdef ENABLE_TESTS
DIRS += tests
endif
include $(topsrcdir)/config/rules.mk

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

@ -21,10 +21,6 @@
DEPTH=..\..
DIRS=public src cthandlers emitters build resources \
!if !defined(DISABLE_TESTS)
tests \
!endif
$(NULL)
DIRS=public src cthandlers emitters build resources
include <$(DEPTH)\config\rules.mak>