jan@75: This package contains tools to generate various reports. jan@75: Currently, only SUnit test report is supported. Also, options to jan@75: control what to do are quite limited. More will come... jan@75: jan@75: To run a test suite for a package, execute following command: jan@75: jan@75: ../../../projects/smalltalk/stx -I --quick --noBanner -f test-runner.sh \ jan@75: -D -r -p [-p [-p ... ]] jan@75: mawalch@332: Where mawalch@332: is a directory where the report files are stored. jan@75: Currently the name of the file is fixed, being mawalch@332: -.xml. jan@75: Report class name. Currently, only Builder::TestReport jan@75: is supported. jan@75: Smalltalk/X package name for which to generate the report. jan@75: jan@75: mawalch@332: Example: jan@75: jan@75: To run Smalltalk regression tests, issue following command: jan@75: jan@75: ../../../projects/smalltalk/stx -I --quick --noBanner -f test-runner.st \ mawalch@332: -D /tmp -r Builder::TestReport -p stx:goodies/regression jan@75: mawalch@332: When finished, you may find a report in file /tmp/exept_regression-Test.xml