-
Notifications
You must be signed in to change notification settings - Fork 72
CONTRIBUTE
rubyjedi edited this page Sep 14, 2010
·
2 revisions
Fork the code, install the dependencies as mentioned in the INSTALL document. See ‘rake -T’ for all possible commands.
- rake test:surface
- Does the top-level tests. This task really only exists to make sure you’ve got a minimally functional environment.
- rake test:deep
- Does the full regression test suite.
-
SCOPE
- set SCOPE to restrict the Regression Tests to specific subdirectories. Multiple directories can be specified by separating with a comma.
- rake test:deep SCOPE=xsd,soap/calc
-
WARNINGS
- set WARNINGS=true to activate warnings across the regression test suite.
-
VERBOSE
- set VERBOSE=true to activate verbose messages across the regression test suite.
-
WIREDUMPS
- set WIREDUMPS=true to activate the $DEBUG flag, which in turn causes SOAP4R Tests to print out wiredumps and keep any generated files around.