mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 12:19:05 +02:00
Previously, every test and support file would be synced to the objdir when running any test. Now that only those support files and tests requested are synced, we note support files required beyond those in a test's directory in ini manifests. MozReview-Commit-ID: EmlDz9d4lqt
31 lines
674 B
INI
31 lines
674 B
INI
[DEFAULT]
|
|
head = head.js
|
|
tail =
|
|
tags = addons
|
|
firefox-appdir = browser
|
|
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
|
support-files =
|
|
experiments_1.manifest
|
|
experiment-1.xpi
|
|
experiment-1a.xpi
|
|
experiment-2.xpi
|
|
experiment-racybranch.xpi
|
|
!/toolkit/mozapps/extensions/test/xpcshell/head_addons.js
|
|
generated-files =
|
|
experiment-1.xpi
|
|
experiment-1a.xpi
|
|
experiment-2.xpi
|
|
experiment-racybranch.xpi
|
|
|
|
[test_activate.js]
|
|
[test_api.js]
|
|
[test_cache.js]
|
|
[test_cacherace.js]
|
|
[test_conditions.js]
|
|
[test_disableExperiments.js]
|
|
[test_fetch.js]
|
|
[test_telemetry.js]
|
|
[test_telemetry_disabled.js]
|
|
[test_previous_provider.js]
|
|
[test_upgrade.js]
|
|
[test_nethang_bug1012924.js]
|