Skip to main content
summaryrefslogtreecommitdiffstats
path: root/upc
diff options
context:
space:
mode:
authorJohn Cortell2012-08-16 19:11:27 +0000
committerJohn Cortell2012-08-16 19:11:27 +0000
commit69eae6b783c9469de1cdc0ff15f30fde369b7a01 (patch)
treedc64ef0bfa80617c17f6d8fba83003024ecfa3ce /upc
parentf411c86433789580c69eecb416ea7b15f4cb9f88 (diff)
downloadorg.eclipse.cdt-69eae6b783c9469de1cdc0ff15f30fde369b7a01.tar.gz
org.eclipse.cdt-69eae6b783c9469de1cdc0ff15f30fde369b7a01.tar.xz
org.eclipse.cdt-69eae6b783c9469de1cdc0ff15f30fde369b7a01.zip
Add master test suite for conveniently running all junit3 tests in CDT
Diffstat (limited to 'upc')
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/upc/org.eclipse.cdt.core.parser.upc.tests/META-INF/MANIFEST.MF b/upc/org.eclipse.cdt.core.parser.upc.tests/META-INF/MANIFEST.MF
index 50fb978bbb2..f7bfba09f93 100644
--- a/upc/org.eclipse.cdt.core.parser.upc.tests/META-INF/MANIFEST.MF
+++ b/upc/org.eclipse.cdt.core.parser.upc.tests/META-INF/MANIFEST.MF
@@ -14,3 +14,4 @@ Require-Bundle: org.eclipse.core.runtime,
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Export-Package: org.eclipse.cdt.core.parser.upc.tests

Back to the top