test-manifest.ini 920 B

12345678910111213141516171819202122232425
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. # mozbase test manifest, in the format of
  5. # http://mozbase.readthedocs.org/en/latest/manifestparser.html
  6. # run with
  7. # https://github.com/mozilla/mozbase/blob/master/test.py
  8. [include:manifestparser/tests/manifest.ini]
  9. [include:mozcrash/tests/manifest.ini]
  10. [include:mozdevice/tests/manifest.ini]
  11. [include:mozfile/tests/manifest.ini]
  12. [include:mozhttpd/tests/manifest.ini]
  13. [include:mozinfo/tests/manifest.ini]
  14. [include:mozinstall/tests/manifest.ini]
  15. [include:mozlog/tests/manifest.ini]
  16. [include:moznetwork/tests/manifest.ini]
  17. [include:mozprocess/tests/manifest.ini]
  18. [include:mozprofile/tests/manifest.ini]
  19. [include:mozrunner/tests/manifest.ini]
  20. [include:moztest/tests/manifest.ini]
  21. [include:mozversion/tests/manifest.ini]