зеркало из https://github.com/mozilla/gecko-dev.git
d7478b6b1e
Using TEST_DIRS is nothing more than a shortcut for if CONFIG['ENABLE_TESTS']: DIRS += [...] As such, we might as well remove it being a separate variable, and use some Context magic to just fill DIRS when ENABLE_TESTS is set. The security/manager/ssl/tests/unit/moz.build change ensures that the order of DIRS before the change is kept, not because it matters, but because it allows to confirm that nothing else is modified by this change. |
||
---|---|---|
.. | ||
apps | ||
certverifier | ||
manager | ||
nss | ||
patches | ||
pkix | ||
sandbox |