Skip to content

Commit

Permalink
Add org.eclipse.tips.tests to main test script
Browse files Browse the repository at this point in the history
Enables the tests in the org.eclipse.tips.tests project for which an Ant
configuration has been provided via
eclipse-platform/eclipse.platform#1147.
  • Loading branch information
HeikoKlare authored and akurtakov committed Mar 22, 2024
1 parent 02e8a48 commit 693e594
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1978,6 +1978,12 @@
</move>
</target>

<target
name="tips"
depends="init">
<runTests testPlugin="org.eclipse.tips.tests" />
</target>

<target
name="ua"
depends="init">
Expand Down Expand Up @@ -2619,6 +2625,7 @@
<antcall target="urischeme" />

<antcall target="equinoxhttpservlet" />
<antcall target="tips" />
<antcall target="ua" />
<antcall target="uiforms" />
<antcall target="equinoxp2ui" />
Expand Down

0 comments on commit 693e594

Please sign in to comment.