1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Enable coverage measurements from stand alone debugger tests

Change-Id: Ia6537659897057f29fd7a766c93ab72707048de5
This commit is contained in:
Alvaro Sanchez-Leon 2016-04-15 15:45:40 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent d81d00ec47
commit 0b7b2a87d3

View file

@ -33,7 +33,7 @@
<useUIThread>false</useUIThread> <useUIThread>false</useUIThread>
<product>org.eclipse.cdt.debug.application.product</product> <product>org.eclipse.cdt.debug.application.product</product>
<application>org.eclipse.cdt.debug.application.app</application> <application>org.eclipse.cdt.debug.application.app</application>
<argLine>${base.ui.test.vmargs}</argLine> <argLine>${tycho.testArgLine} ${base.ui.test.vmargs}</argLine>
<includes> <includes>
<include>**/AllTests.*</include> <include>**/AllTests.*</include>
</includes> </includes>