mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
ant: Let test depend on subprojects-build
This ensures that all code is (re)built when running a test. Previously, only the app code was built (because that's where the tests live), requiring a manual full build when changing something in arduino-core. This could lead to confusing situations, where you would changes something but it was not always automatically recompiled.
This commit is contained in:
parent
d03c08358f
commit
a665a3b9b4
@ -166,7 +166,7 @@
|
||||
</java>
|
||||
</target>
|
||||
|
||||
<target name="test" depends="subprojects-test"/>
|
||||
<target name="test" depends="subprojects-build, subprojects-test"/>
|
||||
|
||||
<!-- - - - - - - - - - - - - - - - - - -->
|
||||
<!-- Subprojects: Core, App, Libraries -->
|
||||
|
Loading…
Reference in New Issue
Block a user