308
edits
(Fix the commands to actually work or something.) |
|||
Line 12: | Line 12: | ||
From the source directory or object directory run: | From the source directory or object directory run: | ||
mach | mach mochitest addon-sdk/source | ||
You can also run specific tests like so: | |||
mach mochitest addon-sdk/source/test/test-sandbox.js | |||
or possibly even: | |||
mach mochitest test-sandbox.js | |||
if the name doesn't collide with any other tests. | |||
=== Running with make === | === Running with make === |
edits