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 9, 2024
1 parent 69f3771 commit 64dcef9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
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 @@ -2136,6 +2136,12 @@
<runTests testPlugin="org.eclipse.jdt.debug.tests" />
</target>

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

<target
name="jdtui"
depends="init">
Expand Down Expand Up @@ -2730,6 +2736,7 @@
<antcall target="jdtcoreperf" />
<antcall target="jdtcorebuilder" />
<antcall target="jdtdebug" />
<antcall target="jdtjdi" />
<antcall target="jdtapt" />
<antcall target="jdtaptpluggable" />
</target>
Expand Down

0 comments on commit 64dcef9

Please sign in to comment.