Skip to content

Commit

Permalink
add org.eclipse.jdt.debug.jdi.tests to daily build
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T committed Sep 6, 2024
1 parent b7c704a commit 71756b3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<logFile
name="org.eclipse.jdt.debug.tests"
type="test" />
<logFile
name="org.eclipse.jdt.debug.jdi.tests"
type="test" />
<logFile
name="org.eclipse.jdt.ui.tests"
type="test" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,9 @@
<logFile
name="org.eclipse.jdt.debug.tests"
type="test" />
<logFile
name="org.eclipse.jdt.debug.jdi.tests"
type="test" />
<logFile
name="org.eclipse.jdt.text.tests"
type="test" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
id="org.eclipse.jdt.debug.tests"
version="0.0.0"/>

<plugin
id="org.eclipse.jdt.debug.jdi.tests"
version="0.0.0"/>

<plugin
id="org.eclipse.jdt.ui.tests"
version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2137,6 +2137,12 @@
</target>

<target
name="jdtjdi"
depends="init">
<runTests testPlugin="org.eclipse.jdt.debug.jdi.tests" />
</target>

<target
name="jdtui"
depends="init">
<runTests testPlugin="org.eclipse.jdt.ui.tests" />
Expand Down

0 comments on commit 71756b3

Please sign in to comment.