Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 443233
Collapse All | Expand All

(-)a/bundles/org.eclipse.osgi.tests/test.xml (-2 / +9 lines)
Lines 31-66 Link Here
31
      <property name="output-file" value="${plugin-name}.xml"/>
31
      <property name="output-file" value="${plugin-name}.xml"/>
32
    </ant>
32
    </ant>
33
  </target>
33
  </target>
34
  
34
  
35
  <!-- This target runs the performance test suites. Any actions that need to happen after all -->
35
  <!-- This target runs the performance test suites. Any actions that need to happen after all -->
36
  <!-- the tests have been run should go here. -->
36
  <!-- the tests have been run should go here. -->
37
  <!--
37
  <target name="performance" depends="init,performance-suite,cleanup">
38
  <target name="performance" depends="init,performance-suite,cleanup">
38
    <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
39
    <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
39
      <property name="includes" value="org*.xml"/>
40
      <property name="includes" value="org*.xml"/>
40
      <property name="output-file" value="${plugin-name}.xml"/>
41
      <property name="output-file" value="${plugin-name}.xml"/>
41
    </ant>  
42
    </ant>  
42
  </target>  
43
  </target>  
43
44
  -->
45
  
44
  <target name="OSGiTests" depends="init,cleanup">
46
  <target name="OSGiTests" depends="init,cleanup">
45
    <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
47
    <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
46
      <property name="data-dir" value="${osgi_location}"/>
48
      <property name="data-dir" value="${osgi_location}"/>
47
      <property name="plugin-name" value="org.eclipse.osgi.tests"/>
49
      <property name="plugin-name" value="org.eclipse.osgi.tests"/>
48
      <property name="classname" value="org.eclipse.osgi.tests.AutomatedTests"/>
50
      <property name="classname" value="org.eclipse.osgi.tests.AutomatedTests"/>
49
    </ant>
51
    </ant>
50
  </target>
52
  </target>
51
   
53
   
54
  <!--
52
  <target name="OSGiPerformanceTests" depends="init,cleanup">
55
  <target name="OSGiPerformanceTests" depends="init,cleanup">
53
    <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
56
    <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
54
      <property name="data-dir" value="${osgi_location}"/>
57
      <property name="data-dir" value="${osgi_location}"/>
55
      <property name="plugin-name" value="org.eclipse.osgi.tests"/>
58
      <property name="plugin-name" value="org.eclipse.osgi.tests"/>
56
      <property name="classname" value="org.eclipse.osgi.tests.perf.AllTests"/>
59
      <property name="classname" value="org.eclipse.osgi.tests.perf.AllTests"/>
57
    </ant>
60
    </ant>
58
  </target>  
61
  </target>  
59
    
62
  -->
63
  
60
  <!-- This target defines the tests that need to be run. -->
64
  <!-- This target defines the tests that need to be run. -->
61
  <target name="suite" depends="OSGiTests"/>  
65
  <target name="suite" depends="OSGiTests"/>  
62
  
66
  
67
  
63
  <!-- This target defines the performance tests that need to be run. -->
68
  <!-- This target defines the performance tests that need to be run. -->
69
  <!--
64
  <target name="performance-suite" depends="OSGiPerformanceTests"/>  
70
  <target name="performance-suite" depends="OSGiPerformanceTests"/>  
71
  -->
65
	
72
	
66
 </project>
73
 </project>

Return to bug 443233