mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Add master test suite for conveniently running all junit3 tests in CDT
This commit is contained in:
parent
6bad6994de
commit
4f32f1e7f5
1 changed files with 26 additions and 0 deletions
26
core/org.eclipse.cdt.alltests/META-INF/MANIFEST.MF
Normal file
26
core/org.eclipse.cdt.alltests/META-INF/MANIFEST.MF
Normal file
|
@ -0,0 +1,26 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %Bundle-Name.0
|
||||
Bundle-SymbolicName: org.eclipse.cdt.alltests
|
||||
Bundle-Version: 8.1.0.qualifier
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.junit,
|
||||
org.eclipse.cdt.core.tests,
|
||||
org.eclipse.cdt.core,
|
||||
org.eclipse.core.resources,
|
||||
org.eclipse.cdt.autotools.tests,
|
||||
org.eclipse.cdt.core.tests,
|
||||
org.eclipse.cdt.ui.tests,
|
||||
org.eclipse.cdt.codan.core.test,
|
||||
org.eclipse.cdt.core.lrparser.tests,
|
||||
org.eclipse.cdt.make.core.tests,
|
||||
org.eclipse.cdt.managedbuilder.core.tests,
|
||||
org.eclipse.cdt.managedbuilder.ui.tests,
|
||||
org.eclipse.cdt.testsrunner.test,
|
||||
org.eclipse.cdt.core.parser.upc.tests,
|
||||
org.eclipse.cdt.errorparsers.xlc.tests,
|
||||
org.eclipse.cdt.core.lrparser.xlc.tests,
|
||||
org.eclipse.cdt.debug.ui.tests
|
||||
Bundle-Vendor: %Bundle-Vendor.0
|
||||
Bundle-Localization: plugin
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
Loading…
Add table
Reference in a new issue