Project

General

Profile

Command-Line Options » History » Version 2

Andrei Tatarnikov, 05/23/2015 09:38 AM

1 1 Andrei Tatarnikov
h1. MicroTESK Command-Line Options
2
3 2 Andrei Tatarnikov
MicroTESK works in two modes: specification translation and test generation, which are enabled with the @--translate@ (used by default) and @--generate@ keys correspondingly. In addition, the @--help@ key prints information on the command-line format.
4
5
The @--translate@ and @--generate@ keys are inserted into the command-line by @compile.sh/compile.bat@ and @generate.sh/generate.bat@ scripts correspondingly. Other options should be specified explicitly to customize the behavior of MicroTESK.
6
7
*Options:*
8
9
| Full name                 | Short name | Description |
10 1 Andrei Tatarnikov
| --output-dir <arg>        | -d         | Sets where to place generated files [works with -t] |
11
| --generate                | -g         | Generates test programs |
12
| --help                    | -h         | Shows this message |
13
| --include <arg>           | -i         | Sets include files directories [works with -t] |
14
| --branch-exec-limit <arg> | -l         | Sets the limit on control transfers to detect endless loops [works with -g] |
15
| --random-seed <arg>       | -r         | Sets seed for randomizer [works with -g] |
16
| --solver <arg>            | -s         | Sets constraint solver engine to be used [works with -g] |
17
| --translate               | -t         | Translates formal specifications |
18
| --verbose                 | -v         | Enables printing diagnostic messages |