14 lines
241 B
TOML
14 lines
241 B
TOML
[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"]
|