874
edits
(linked to examples) |
(→cfx: updated command-line help snippet) |
||
| Line 116: | Line 116: | ||
Options: | Options: | ||
-h, --help show this help message and exit | -h, --help show this help message and exit | ||
-p PKGDIR, --pkgdir=PKGDIR | -p PKGDIR, --pkgdir=PKGDIR | ||
package dir containing package.json; default is | package dir containing package.json; default is | ||
current directory | current directory | ||
-t TEMPLATEDIR, --templatedir=TEMPLATEDIR | -t TEMPLATEDIR, --templatedir=TEMPLATEDIR | ||
XULRunner app/ext. template | XULRunner app/ext. template | ||
-o MOZ_OBJDIR, --objdir=MOZ_OBJDIR | -v, --verbose enable lots of output | ||
XPCOM Compilation Options: | |||
-s MOZ_SRCDIR, --srcdir=MOZ_SRCDIR | |||
Mozilla source dir | |||
-o MOZ_OBJDIR, --objdir=MOZ_OBJDIR | |||
Mozilla objdir | Mozilla objdir | ||
</pre> | |||
Application Options: | |||
-a APP, --app=APP app to run: xulrunner (default), firefox, or | |||
thunderbird | |||
-b BINARY, --binary=BINARY | |||
path to app binary | |||
Testing Options: | |||
-d, --dep-tests include tests for all deps | |||
-c COMPONENTS, --components=COMPONENTS | |||
extra XPCOM component dir(s), comma-separated | |||
-n, --no-quit don't quit after running tests | |||
-x ITERATIONS, --times=ITERATIONS | |||
number of times to run tests | |||
</pre> | |||
=== <tt>mozrunner</tt> === | === <tt>mozrunner</tt> === | ||
edits