• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Mar-2022-

READMEH A D30-Mar-2022565 1710

xpcshell.iniH A D30-Mar-2022484 2219

README

1To run the tests in this directory, from the top source directory,
2either invoke the test despatcher in mach:
3
4	% ./mach test remote/marionette/test/xpcshell
5
6Or call out the harness specifically:
7
8	% ./mach xpcshell-test remote/marionette/test/xpcshell
9
10The latter gives you the --sequential option which can be useful
11when debugging to prevent tests from running in parallel.
12
13When adding new tests you must make sure they are listed in
14xpcshell.ini, otherwise they will not run on try.
15
16See also ../../doc/Testing.md for more advice on our other types of tests.
17