moz.build 843 B

12345678910111213141516171819202122232425262728293031
  1. # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
  2. # This Source Code Form is subject to the terms of the Mozilla Public
  3. # License, v. 2.0. If a copy of the MPL was not distributed with this
  4. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  5. TEST_DIRS += [
  6. 'mochitest',
  7. 'chrome',
  8. 'browser',
  9. 'components/native',
  10. ]
  11. if CONFIG['COMPILE_ENVIRONMENT']:
  12. TEST_DIRS += [
  13. 'idl',
  14. ]
  15. XPCSHELL_TESTS_MANIFESTS += [
  16. 'unit/xpcshell.ini',
  17. ]
  18. TEST_HARNESS_FILES.xpcshell.js.xpconnect.tests.components.js += [
  19. 'components/js/xpctest.manifest',
  20. 'components/js/xpctest_attributes.js',
  21. 'components/js/xpctest_bug809674.js',
  22. 'components/js/xpctest_interfaces.js',
  23. 'components/js/xpctest_params.js',
  24. 'components/js/xpctest_returncode_child.js',
  25. 'components/js/xpctest_utils.js',
  26. ]