[299457] Integrated LTTng/TMF in Linux Tools build system
authorFrancois Chouinard <fchouinard@gmail.com>
Mon, 18 Jan 2010 14:52:59 +0000 (14:52 +0000)
committerFrancois Chouinard <fchouinard@gmail.com>
Mon, 18 Jan 2010 14:52:59 +0000 (14:52 +0000)
- Minor fixes in releng uncovered while testing (missing components, version update, psf, ...)
- Added LTTng/TMF to the automated build and test
- Temporarily disabled some LTTng tests that were failing
- Minor dependency fix in oprofile (ppc)

org.eclipse.linuxtools.lttng.tests/test.xml
org.eclipse.linuxtools.tmf.tests/build.properties

index af6ee8dd006920edc89df3664824092826934878..0b8b0871e435e30e4ad29e62a293a278fe6c123d 100644 (file)
@@ -53,7 +53,7 @@
 
        <!-- This target runs the test suite. Any actions that need to happen -->
        <!-- after all the tests have been run should go here. -->
-       <target name="run" depends="init,lttng_event_test_suite,cleanup">
+       <target name="run" depends="init,cleanup">
                <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
                        <property name="includes" value="org*.xml" />
                        <property name="output-file" value="${plugin-name}.xml" />
index 2f49f8a623f491ffc5771fe62024ffd0b93dee17..06f0a1471174cd12150fd6d7fc387ce948764bfe 100644 (file)
@@ -3,4 +3,7 @@ source.. = stubs/,\
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               stubs/,\
+               test.xml,\
+               testfiles/
This page took 0.026708 seconds and 5 git commands to generate.