aboutsummaryrefslogtreecommitdiff
path: root/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/customTest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/customTest.xml')
-rw-r--r--basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/customTest.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/customTest.xml b/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/customTest.xml
new file mode 100644
index 0000000..8b991b2
--- /dev/null
+++ b/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/customTest.xml
@@ -0,0 +1,15 @@
+<project name="Customized testing instructions" default="noDefault">
+
+ <target name="customSetup">
+ <!--copy the script which invokes the tests -->
+ <copy file="${tester}/runtests.bat" todir="${executionDir}" />
+
+ <!--copy the runtimes to install for testing, excluding the JUnit plug-in tests-->
+ <copy file="${buildDirectory}/${buildLabel}/VE-runtime-${buildId}.zip" todir="${executionDir}" />
+ <copy file="${buildDirectory}/../emf.zip" todir="${executionDir}" />
+ <copy file="${buildDirectory}/../gef.zip" todir="${executionDir}" />
+ <copy file="${buildDirectory}/../eclipse-SDK.zip" todir="${executionDir}" />
+ </target>
+
+ <target name="noDefault"/>
+</project> \ No newline at end of file