Next: Invoking dzn trace, Previous: Invoking dzn simulate, Up: The Dezyne command-line tools [Contents][Index]
dzn testThe dzn test command can be used to explore a program’s entire
LTS state space.
dzn dzn-option… test option hello.aut ./hello
The options can be among the following:
--format=format-f formatPrint LTS in format format; one of aut, or
dot. The default is aut.
--help-hDisplay help on invoking dzn test, and then exit.
--retry=retry-f retryRetry retry times upon failure. Use 0 to retry infinite
times.