1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Minor update to make automation easier.

This commit is contained in:
Peter Graves 2003-06-11 18:47:32 +00:00
parent 5dd01f7ee2
commit 00257fb5de
2 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,7 @@
3003-06-11 Peter Graves
Update the test.xml to get the location of org.eclipse.test from a property
if set. If the property is not set, it will default to the old value.
2003-06-11 Victor Mozgin
Old Java TestCase.txt and TestCase2.txt for partioning testing have been replaced with C/C++ files.
Modified AutomatedIntegrationSuite.java so it doesn't produce JUnit warning anymore.

View file

@ -3,13 +3,17 @@
<project name="testsuite" default="run" basedir=".">
<!-- The property ${eclipse-home} should be passed into this script -->
<!-- Set a meaningful default value for when it is not. -->
<!-- <property name="eclipse-home" value="${basedir}\..\.."/> -->
<property name="eclipse-home" value="${basedir}"/>
<!-- This is the default name of the org.eclipse.test plugin. -->
<!-- We need to be able to override this for the case where the -->
<!-- org.eclipse.test plugin was build as part of a feature and -->
<!-- will have a name similar to org.eclipse.test_2.1.0 -->
<property name="org.eclipse.test" value="org.eclipse.test"/>
<!-- sets the properties eclipse-home, and library-file -->
<property name="plugin-name" value="org.eclipse.cdt.ui.tests"/>
<property name="library-file"
value="${eclipse-home}/plugins/org.eclipse.test/library.xml"/>
value="${eclipse-home}/plugins/${org.eclipse.test}/library.xml"/>
<!-- This target holds all initialization code that needs to be done for -->
<!-- all tests that are to be run. Initialization for individual tests -->