Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlvaro Sanchez-Leon2016-04-15 19:45:40 +0000
committerGerrit Code Review @ Eclipse.org2016-04-16 01:05:34 +0000
commit0b7b2a87d365db7620ce42f571733bb6453225ca (patch)
treea1af9cbdbd8a2837b69350c94deaa4aad9059c2a /debug/org.eclipse.cdt.debug.application.tests
parentd81d00ec47bda5f96ae8a4453f2a3ea2ee916b88 (diff)
downloadorg.eclipse.cdt-0b7b2a87d365db7620ce42f571733bb6453225ca.tar.gz
org.eclipse.cdt-0b7b2a87d365db7620ce42f571733bb6453225ca.tar.xz
org.eclipse.cdt-0b7b2a87d365db7620ce42f571733bb6453225ca.zip
Enable coverage measurements from stand alone debugger tests
Diffstat (limited to 'debug/org.eclipse.cdt.debug.application.tests')
-rw-r--r--debug/org.eclipse.cdt.debug.application.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.application.tests/pom.xml b/debug/org.eclipse.cdt.debug.application.tests/pom.xml
index 933be14d0cc..9177fd0a159 100644
--- a/debug/org.eclipse.cdt.debug.application.tests/pom.xml
+++ b/debug/org.eclipse.cdt.debug.application.tests/pom.xml
@@ -33,7 +33,7 @@
<useUIThread>false</useUIThread>
<product>org.eclipse.cdt.debug.application.product</product>
<application>org.eclipse.cdt.debug.application.app</application>
- <argLine>${base.ui.test.vmargs}</argLine>
+ <argLine>${tycho.testArgLine} ${base.ui.test.vmargs}</argLine>
<includes>
<include>**/AllTests.*</include>
</includes>

Back to the top