зеркало из https://github.com/mozilla/gecko-dev.git
remove tests from build. sr=mscott
This commit is contained in:
Родитель
5ff083fee3
Коммит
1097880c59
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче