Skip to content

Commit 5fc8ed0

Browse files
NUTCH-3093 Ant target test-plugins to depend on compile-core-test (#840)
1 parent e1b8dbe commit 5fc8ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -519,11 +519,11 @@
519519

520520
</target>
521521

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

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

0 commit comments

Comments
 (0)