tor-browser

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

README.txt (624B)


      1 There are two major categories of tests, segregated into different
      2 top-level directories under test/.
      3 
      4 The first category (ipdl/) is IPDL-compiler tests.  These tests check
      5 that the IPDL compiler is successfully compiling correct
      6 specifications, and successfully rejecting erroneous specifications.
      7 
      8 To run these tests yourself locally, the correct invocation is
      9   make -C obj-dir/ipc/ipdl/test/ipdl check
     10 or
     11   mach build ipc/ipdl/test/ipdl check
     12 
     13 
     14 The second category (gtest/) is C++ tests of IPDL semantics.  These
     15 tests check that async/sync semantics are implemented correctly,
     16 ctors/dtors behave as they should, etc.