Skip to content

Commit

Permalink
NUTCH-3093 Ant target test-plugins to depend on compile-core-test (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-nagel authored Nov 30, 2024
1 parent e1b8dbe commit 5fc8ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -519,11 +519,11 @@

</target>

<target name="test-plugins" depends="resolve-test, compile" description="--> run plugin JUnit tests only">
<target name="test-plugins" depends="resolve-test, compile, compile-core-test" description="--> run plugin JUnit tests only">
<ant dir="src/plugin" target="test" inheritAll="false"/>
</target>

<target name="test-plugin" depends="resolve-test, compile" description="--> run a single plugin's JUnit tests">
<target name="test-plugin" depends="resolve-test, compile, compile-core-test" description="--> run a single plugin's JUnit tests">
<ant dir="src/plugin" target="test-single" inheritAll="false"/>
</target>

Expand Down

0 comments on commit 5fc8ed0

Please sign in to comment.