The AssertRunTimeTest assertion instructs the run-time test pass to do its work on a given loop nest.
The CSRD directive form of the AssertRunTimeTest assertion is:
CSRD$ RUN_TIME_TEST
An example of its usage is as follows:
CSRD$ RUN_TIME_TEST do i = 1, n . . .