Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Rubezhny2020-11-23 21:41:25 +0000
committerJonah Graham2021-01-16 02:52:03 +0000
commitf7a3b1b066ebb9bb84d3ddb4de95e4ea50134a71 (patch)
tree50f19239ed97c42ff4a1373933b5a41cdcbeef7f /releng/org.eclipse.cdt.target/cdt.target
parenta360682dba5a791975c0423352f7cd60b2cba742 (diff)
downloadorg.eclipse.cdt-f7a3b1b066ebb9bb84d3ddb4de95e4ea50134a71.tar.gz
org.eclipse.cdt-f7a3b1b066ebb9bb84d3ddb4de95e4ea50134a71.tar.xz
org.eclipse.cdt-f7a3b1b066ebb9bb84d3ddb4de95e4ea50134a71.zip
Bug 569172 - Debug framework should support generic "unit test" view
A C/C++ test runner client demonstrating the functionality of Unit Test View bundle. See: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/171116 for Unit Test bundle proposal Also-By: Mickael Istria <mistria@redhat.com> Also-By: Alexander Kurtakov <akurtako@redhat.com> Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com> Change-Id: I93bc368549a640906a198e04456d5f9fd87eedb5
Diffstat (limited to 'releng/org.eclipse.cdt.target/cdt.target')
-rw-r--r--releng/org.eclipse.cdt.target/cdt.target3
1 files changed, 2 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt.target/cdt.target b/releng/org.eclipse.cdt.target/cdt.target
index c3574e66405..9821492d2d8 100644
--- a/releng/org.eclipse.cdt.target/cdt.target
+++ b/releng/org.eclipse.cdt.target/cdt.target
@@ -11,6 +11,7 @@
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.unittest.ui" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -89,4 +90,4 @@
-ea</vmArgs>
<programArgs>-consolelog</programArgs>
</launcherArgs>
-</target> \ No newline at end of file
+</target>

Back to the top