README 512 B

123456789101112
  1. DOH may be run standalone by issuing a command like the following:
  2. java -jar ../shrinksafe/js.jar runner.js testModule=tests.colors
  3. where the testModule argument is optional and shrinksafe/js.jar is just a
  4. convenient copy of the Rhino JavaScript engine -- the custom patch is not
  5. required.
  6. Optional arguments include:
  7. * dojoUrl - specifies the location of dojo.js
  8. * testUrl - specifies a Javascript file to load with initialization code
  9. * testModule - specifies a test module in the dojo package namespace