TERMINATION ... END TERMINATION

Ada Test Script Language

Syntax

TERMINATION

END TERMINATION

Description

The TERMINATION and END TERMINATION instructions delimit a block of native code that is integrated into the generation process as the last main statements to be executed.

In some environments, such as when using a different target machine, this is a convenient way to exit the target.

Associated Rules

A TERMINATION ... END TERMINATION block must appear after the BEGIN instruction and outside any SERVICE block.

This block can only contain native Ada code. Each line of native code must be preceded with '#' or '@'.

There is no limit to the number of TERMINATION blocks. Upon test driver generation, they are concatenated in the order in which they appeared in the test script.

Related Topics

INITIALIZATION