moz.build 791 B

12345678910111213141516171819202122232425262728
  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. XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini']
  6. BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini']
  7. TESTING_JS_MODULES += [
  8. 'ajv-4.1.1.js',
  9. 'AppData.jsm',
  10. 'AppInfo.jsm',
  11. 'Assert.jsm',
  12. 'CoverageUtils.jsm',
  13. 'MockRegistrar.jsm',
  14. 'sinon-1.16.1.js',
  15. 'StructuredLog.jsm',
  16. 'TestUtils.jsm',
  17. ]
  18. if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
  19. TESTING_JS_MODULES += [
  20. 'MockRegistry.jsm',
  21. ]
  22. TEST_HARNESS_FILES.testing.mochitest.tests.SimpleTest += ['StructuredLog.jsm']