1GST-SUNIT(1) User Commands GST-SUNIT(1)
2
3
4
6 gst-sunit - unit testing tool for GNU Smalltalk
7
9 Usage:
10 gst-sunit [ flag ... ] class.tests ...
11
13 -q --quiet
14 hide the output
15
16 -v --verbose
17 show passed tests
18
19 -f --file=FILE
20 load file before running subsequent tests
21
22 -p --package=PACKAGE
23 load package and run its tests
24
25 -I --image-file=FILE
26 run tests on the specified image file
27
28 --kernel-dir=PATH
29 use the specified kernel directory
30
31 -h --help
32 show this message and exit
33
34 --version
35 print version information and exit
36
38 The full documentation for gst-sunit is maintained as a Texinfo manual.
39 If the info and gst-sunit programs are properly installed at your site,
40 the command
41
42 info gst
43
44 should give you access to the complete manual.
45
46
47
48gst-sunit version 3.2.3 December 2010 GST-SUNIT(1)