tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

xpcshell.toml (242B)


      1 [DEFAULT]
      2 firefox-appdir = "browser"
      3 run-if = [
      4  "os == 'mac'",
      5  "os == 'win'",
      6 ]
      7 head = "head.js"
      8 
      9 ["test_AttributionCode.js"]
     10 
     11 ["test_MacAttribution.js"]
     12 run-if = [
     13  "os == 'mac'", # osx specific tests
     14 ]
     15 
     16 ["test_attribution_parsing.js"]