JavaScript:New to SpiderMonkey: Difference between revisions

m
Fix jit-test path
m (Nowadays -m -n is the default, not -m -j -p)
m (Fix jit-test path)
Line 40: Line 40:
It builds. Hurray. Time to run the tests to check you haven't broken anything.  
It builds. Hurray. Time to run the tests to check you haven't broken anything.  


  jit-tests/jit_test.py build_DBG.OBJ/js
  jit-test/jit_test.py build_DBG.OBJ/js


The trace tests are pretty quick, and should give you an idea if you've gotten something wrong. Assuming nothing goes wrong, try the ref-tests:  
The trace tests are pretty quick, and should give you an idea if you've gotten something wrong. Assuming nothing goes wrong, try the ref-tests:  
1

edit