forked from ActianCorp/OpenROAD_UnitTestFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestapp_ext.xml
More file actions
25 lines (25 loc) · 707 Bytes
/
testapp_ext.xml
File metadata and controls
25 lines (25 loc) · 707 Bytes
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OPENROAD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<APPLICATION name="testapp">
<included_apps>
<row>
<appname>core</appname>
<version>-1</version>
<imgfilename>core.plb</imgfilename>
</row>
<row_class>inclapp</row_class>
</included_apps>
<procstart>start4glproc</procstart>
</APPLICATION>
<COMPONENT name="start4glproc" xsi:type="proc4glsource">
<script>
<![CDATA[procedure start4glproc()=
{
CurExec.Trace(text = varchar(date('now'))+HC_TAB+
'$_ApplicationName.$_ComponentName');
CurSession.ExitCode = int4(CurSession.GetEnv(name='ORTESTEXITCODE'));
}
]]>
</script>
</COMPONENT>
</OPENROAD>