-
Notifications
You must be signed in to change notification settings - Fork 5
/
Standalone.tmpl
39 lines (29 loc) · 1.06 KB
/
Standalone.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#extends FTGTemplate
#attr prologue = '! ================= BEGIN FORTRAN TEST GENERATOR (FTG) ======================='
#attr epilogue = '! ================= END FORTRAN TEST GENERATOR (FTG) ========================='
#def captureBeforeContains
$include('Standalone/capture.beforecontains.tmpl')
#end def captureBeforeContains
#def captureAfterLastSpecification
$include('Standalone/capture.afterlastspecification.tmpl')
#end def captureAfterLastSpecification
#def captureBeforeEnd
$include('Standalone/capture.beforeend.tmpl')
#end def captureBeforeEnd
#def captureAfterSubroutine
$include('Standalone/capture.aftersubroutine.tmpl')
#end def captureAfterSubroutine
#def ftgWrite($var)
#set global $ftgWrite_var = $var
$include('Standalone/capture.ftgWrite.tmpl')
#end def ftgWrite
#def export
$include('Standalone/export.beforecontains.tmpl')
#end def export
#def replay
$include('Standalone/replay.test.tmpl')
#end def replay
#def ftgRead($var)
#set global $ftgRead_var = $var
$include('Standalone/replay.ftgRead.tmpl')
#end def ftgRead