The syntax for the tg command is
tg [options] script_file [driver_file]
In its simplest form, tg only takes one argument, the name of the
script file. It reads and translates this script, writing the output
to a file with the same name, but the suffix of the script (`.ts')
changed to `.adb'. Example:
tg demo.ts
yields `demo.adb'.
You may provide an explicit output file name as the last argument:
tg demo.ts driver.adb
The options set the verboseness of the driver output.
-p setting
off
numbers
titles
full
-f setting
-p, but for failing test cases. full.
Examples:
tg -p full -f full demo.ts tg -p off demo.ts
Go to the first, previous, next, last section, table of contents.