Command-Line Options » History » Version 1
Andrei Tatarnikov, 05/23/2015 09:20 AM
1 | 1 | Andrei Tatarnikov | h1. MicroTESK Command-Line Options |
---|---|---|---|
2 | |||
3 | | Full name | Short name | Descritpion | |
||
4 | | --output-dir <arg> | -d | Sets where to place generated files [works with -t] | |
||
5 | | --generate | -g | Generates test programs | |
||
6 | | --help | -h | Shows this message | |
||
7 | | --include <arg> | -i | Sets include files directories [works with -t] | |
||
8 | | --branch-exec-limit <arg> | -l | Sets the limit on control transfers to detect endless loops [works with -g] | |
||
9 | | --random-seed <arg> | -r | Sets seed for randomizer [works with -g] | |
||
10 | | --solver <arg> | -s | Sets constraint solver engine to be used [works with -g] | |
||
11 | | --translate | -t | Translates formal specifications | |
||
12 | | --verbose | -v | Enables printing diagnostic messages | |