mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Add a default file to enable/disable tracing for the debug tests
The dsf.debug.options file can be updated to run o.e.cdt.tests.dsf.gdb with debug information by changing its corresponding value from "false" to "true". Change-Id: I1faa5fdb2bfd11ce3e6e599e2cbeefcfa19ce3b6
This commit is contained in:
parent
40aca4d51d
commit
1517b88854
2 changed files with 2 additions and 0 deletions
1
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/dsf.debug.options
Normal file
1
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/dsf.debug.options
Normal file
|
@ -0,0 +1 @@
|
|||
org.eclipse.cdt.dsf.gdb/debug = false
|
|
@ -60,6 +60,7 @@
|
|||
<configuration>
|
||||
<useUIHarness>false</useUIHarness>
|
||||
<argLine>${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M -Dcdt.tests.dsf.gdb.path=${dsf.gdb.tests.gdbPath} -Ddsf.gdb.tests.timeout.multiplier=${dsf.gdb.tests.timeout.multiplier} -Dcdt.tests.dsf.gdb.versions=${cdt.tests.dsf.gdb.versions}</argLine>
|
||||
<appArgLine>-debug ./dsf.debug.options</appArgLine>
|
||||
<includes>
|
||||
<include>**/${dsf.gdb.tests.gdbTestSuite}</include>
|
||||
</includes>
|
||||
|
|
Loading…
Add table
Reference in a new issue