lttng: Add a meta-plugin to run all the unit tests
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 3 Jul 2013 21:46:53 +0000 (17:46 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 5 Jul 2013 20:32:49 +0000 (16:32 -0400)
commita27c6e65d3e73b67cdb2df5248494d23514a7eba
treef0ce29fa4abeed2780bbff061af3719f304c976b
parentb9f6183ae62ffdb79b247d50427e4e8f772ffe2b
lttng: Add a meta-plugin to run all the unit tests

Do not mention the new plugin in pom.xml's, this is for use from
within Eclipse only.

This also required changing many test plugins from fragments to
singletons, so that they can be accessed by the new separate plugin.

Change-Id: I3101e63e531dd91c9d56dc8d77175faf8645ebb1
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14242
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
27 files changed:
org.eclipse.linuxtools.ctf.core.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.gdbtrace.core.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.gdbtrace.core/META-INF/MANIFEST.MF
org.eclipse.linuxtools.gdbtrace.ui.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.gdbtrace.ui/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng.alltests/.classpath [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/.project [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/about.html [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/build.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/plugin.properties [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/src/org/eclipse/linuxtools/lttng/alltests/RunAllTests.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.core.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng2.core/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng2.kernel.core.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng2.kernel.core/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng2.kernel.ui.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng2.kernel.ui/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng2.ui.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng2.ui/META-INF/MANIFEST.MF
org.eclipse.linuxtools.tmf.core.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.tmf.ui.tests/META-INF/MANIFEST.MF
This page took 0.034026 seconds and 5 git commands to generate.