1FUNIT(8)                             Frysk                            FUNIT(8)
2
3
4

NAME

6       funit - runs frysk´s JUnit testsuite
7

SYNOPSIS

9       funit [-r repeat-count] [--console CONSOLE_LOG=LEVEL] [--log LOG=LEVEL]
10             [--arch arch] [-n] [--stress] [--all] [-e test-spec]
11             [-i test-spec] [test-class ...] [-timeout timeout]
12

DESCRIPTION

14       funit runs frysk´s entire JUnit testsuite, or just the specified
15       test-classs.
16
17       Frysk´s JUnit testsuite, in addition to testing frysk´s internals,
18       tests the stability of the underlying kernel.
19
20       -r repeat-count
21           Run the JUnit tests repeat-count times.
22
23       --console CONSOLE_LOG=LEVEL
24           Set the log CONSOLE_LOG to level LEVEL. Can set multiple logs. The
25           LEVEL can be [ OFF | SEVERE | WARNING | INFO | CONFIG | FINE |
26           FINER | FINEST | ALL]
27
28       --log LOG
29           Set the log LOG to level LEVEL. Can set multiple logs. The LEVEL
30           can be [ OFF | SEVERE | WARNING | INFO | CONFIG | FINE | FINER |
31           FINEST | ALL]
32
33       --arch arch
34           Specify the test cases´ arch. The ARCH can be 64 or 32. If no arch
35           is specified, arch-64 cases will be run. When the arch-32 cases are
36           ready, all cases will be run be default.The option will take no
37           effect in 32-bit machine.
38
39       -n
40           No not run any tests, instead list the classes that would have been
41           tested.
42
43       --stress
44           Run only stress tests (by default stress tests are excluded).
45
46       --all
47           Run all tests (by default stress tests are excluded).
48
49       -e test-spec
50           Specify a test to exclude. Each passed option will be interpreted
51           as the regex specification of a test to omit This option may be
52           used multiple times.
53
54       -i test-spec
55           Specify a test to include, overriding an omit specification. Each
56           passed option will be interpreted as the regex specification of a
57           test to include. This option may be used multiple times.
58
59       -timeout timeout
60           Specify the test timeout value in seconds. Default is 5.
61
62   Standard Frysk Options
63       -exe
64           The full path of the executable to read.
65
66       -noexe
67           Do not attempt to read the corresponding executable when loading a
68           core file.
69
70       -sysroot directory
71           The system root directory under which all executables, libraries,
72           and source are located.
73
74       -debug class=level...
75           Set internal debug-tracing of the specified Java class to level
76           (level can be NONE, INFO, WARNING, FINE, and FINEST). If the level
77           is absent, FINE is assumed; if the class is absent, the global
78           level is set.
79

EXAMPLE

81       Run the frysk testsuite as a 32-bit process.
82
83           /usr/lib/frysk/funit
84
85       Run the frysk testsuite as 64-bit process.
86
87           /usr/lib64/frysk/funit
88

SEE ALSO

90       frysk(7) funit-child(8) funit-exec(8) funit-exit(8) funit-threads(8)
91

BUGS

93       Report bugs to http:/sources.redhat.com/frysk
94
95
96
97Frysk 0.4-28.fc14                 April 2008                          FUNIT(8)
Impressum