summaryrefslogtreecommitdiffstats
path: root/browser/components/attribution/test/xpcshell/xpcshell.toml
blob: 5013d43519c01f748baa9f14aa226dcadfe0fb2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[DEFAULT]
firefox-appdir = "browser"
run-if = [
    "os == 'win'",
    "os == 'mac'",
]
head = "head.js"

["test_AttributionCode.js"]

["test_MacAttribution.js"]
run-if = ["os == 'mac'"] # osx specific tests

["test_attribution_parsing.js"]