зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
364 B
Plaintext
19 строки
364 B
Plaintext
with Files("**"):
|
|
BUG_COMPONENT = ("Testing", "General")
|
|
|
|
with Files("*cppunittest*"):
|
|
BUG_COMPONENT = ("Testing", "CPPUnitTest")
|
|
SCHEDULES.exclusive = ['cppunittest']
|
|
|
|
with Files("remote*"):
|
|
BUG_COMPONENT = ("GeckoView", "General")
|
|
|
|
SPHINX_TREES['/testing'] = 'docs'
|
|
|
|
DIRS += ['mozbase']
|
|
|
|
PERFTESTS_MANIFESTS += [
|
|
'performance/perftest.ini',
|
|
]
|
|
|