mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-09 22:24:14 +03:00
moved tests in a separater ant target so that they can run AFTER assets like nodejs and the compiler are unpacked and ready to be used
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
|
||||
</target>
|
||||
|
||||
<target name="build" depends="test" description="Build PDE">
|
||||
<target name="build" depends="compile" description="Build PDE">
|
||||
<jar basedir="bin" destfile="pde.jar" />
|
||||
</target>
|
||||
</project>
|
||||
|
@@ -54,6 +54,8 @@
|
||||
</java>
|
||||
</target>
|
||||
|
||||
<target name="test" depends="subprojects-test"/>
|
||||
|
||||
<!-- - - - - - - - - - - - - - - - - - -->
|
||||
<!-- Subprojects: Core, App, Libraries -->
|
||||
<!-- - - - - - - - - - - - - - - - - - -->
|
||||
@@ -68,6 +70,9 @@
|
||||
<subant buildpath="../app" target="build"/>
|
||||
</target>
|
||||
|
||||
<target name="subprojects-test">
|
||||
<subant buildpath="../app" target="test"/>
|
||||
</target>
|
||||
|
||||
<!-- - - - - - - - - -->
|
||||
<!-- Basic Assembly -->
|
||||
|
Reference in New Issue
Block a user