[ Home | What's New | Contents | Overview | Contributors | Distribution | Examples | Documentation | Manual | Publications | Mailing List Archive | Problems ] | This page was last updated by Axel Belinfante on 2006-06-30 | |
TorX Test Tool Information | ||
Prev | Next |
This allows the use of CADP tools with TorX explorers. For example, the CADP ocis(1) simulator can be run on program jararaca(1) with specification spec.jrrc as follows:
torx_open 'jararaca -s -e spec.jrrc' ocis
This allows the use of CADP tools with TorX primers using primexp(1). For example, the CADP ocis(1) simulator can be run on primer program primerprog (with arguments args ...) as follows:
torx_open 'primexp primerprog args ...' ocisThe automaton of the tester of primerprog (with arguments args ...) can be generated in bcg format as file tester.bcg as follows:
torx_open 'primexp primerprog args ...' generator tester.bcg
Prev | Table of Contents | Next |
Appendix D: TorX Manual Pages: torx(1) - execute test on-the-fly | Appendix D: TorX Manual Pages: udp(1) - udp connection program |