зеркало из https://github.com/mozilla/gecko-dev.git
Only build the xpcom sample component if ENABLE_TESTS is set (or only if DISABLE_TESTS isn't set, on windows). sr=cls.
This commit is contained in:
Родитель
99abd536a1
Коммит
d82ae9d79f
|
@ -26,10 +26,11 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = typelib base ds io components threads reflect proxy build tools sample
|
||||
DIRS = typelib base ds io components threads reflect proxy build tools
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += \
|
||||
sample \
|
||||
typelib/xpt/tests \
|
||||
reflect/xptinfo/tests \
|
||||
reflect/xptcall/tests \
|
||||
|
|
|
@ -34,8 +34,8 @@ DIRS= typelib \
|
|||
build \
|
||||
appshell \
|
||||
tools \
|
||||
sample \
|
||||
!if !defined(DISABLE_TESTS)
|
||||
sample \
|
||||
tests \
|
||||
reflect\xptinfo\tests \
|
||||
reflect\xptcall\tests \
|
||||
|
|
Загрузка…
Ссылка в новой задаче