Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.generator.common.tests/common.xml')
-rw-r--r--tests/org.eclipse.etrice.generator.common.tests/common.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/org.eclipse.etrice.generator.common.tests/common.xml b/tests/org.eclipse.etrice.generator.common.tests/common.xml
index cc805e690..1e326bb68 100644
--- a/tests/org.eclipse.etrice.generator.common.tests/common.xml
+++ b/tests/org.eclipse.etrice.generator.common.tests/common.xml
@@ -147,6 +147,18 @@
</java>
</sequential>
</macrodef>
+
+ <macrodef name="convertPre">
+ <attribute name="testId"/>
+ <sequential>
+ <java output="${output}/convert.txt" append="true" classname="org.eclipse.etrice.etunit.converter.EtUnitReportConverter" fork="true" failonerror="true">
+ <arg value="-presuite"/>
+ <arg value="${ant.project.name}."/>
+ <arg value="${testlog.path}/@{testId}.etu"/>
+ <classpath refid="etrice.clspath"/>
+ </java>
+ </sequential>
+ </macrodef>
<!--
copy_results: copies the *.xml results to their final destination

Back to the top