mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
23 lines
775 B
INI
23 lines
775 B
INI
; This file is in the main loop directory, and not the test directory as we need
|
|
; to include the content/ files in what is packaged as test support files.
|
|
;
|
|
; Although the content/ files would normally be tested from within the browser,
|
|
; the issue is that they are seen to be loaded in a "chrome" privilaged context,
|
|
; and hence are not allowed to be loaded via the content files that run the
|
|
; tests.
|
|
;
|
|
; Hence we duplicate the same files as support files, so that they can be loaded
|
|
; in a content context.
|
|
;
|
|
; This might get messy if we start having pre-processed files, but for now it
|
|
; seems to work.
|
|
|
|
[DEFAULT]
|
|
b2g = false
|
|
browser = true
|
|
qemu = false
|
|
|
|
[test/shared/test_shared_all.py]
|
|
[test/desktop-local/test_desktop_all.py]
|
|
[test/standalone/test_standalone_all.py]
|