Skip to content

Commit

Permalink
NUTCH-3093 Ant target test-plugins to depend on compile-core-test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-nagel committed Nov 27, 2024
1 parent 062c08f commit e8469bc
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 @@ -520,11 +520,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 e8469bc

Please sign in to comment.