Jetpack/Testing: Difference between revisions

Fix the commands to actually work or something.
(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 jetpack-test
   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 ===
308

edits