tor-browser

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

xpcshell.toml (210B)


      1 [DEFAULT]
      2 head = "head_libmar.js"
      3 support-files = ["data/**"]
      4 run-if = [
      5  "os != 'android' && !msix", # Updates are disabled for MSIX builds
      6 ]
      7 
      8 ["test_create.js"]
      9 
     10 ["test_extract.js"]
     11 
     12 ["test_sign_verify.js"]