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>
|
||||||
|
|
||||||
<target name="build" depends="test" description="Build PDE">
|
<target name="build" depends="compile" description="Build PDE">
|
||||||
<jar basedir="bin" destfile="pde.jar" />
|
<jar basedir="bin" destfile="pde.jar" />
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
@@ -54,6 +54,8 @@
|
|||||||
</java>
|
</java>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="test" depends="subprojects-test"/>
|
||||||
|
|
||||||
<!-- - - - - - - - - - - - - - - - - - -->
|
<!-- - - - - - - - - - - - - - - - - - -->
|
||||||
<!-- Subprojects: Core, App, Libraries -->
|
<!-- Subprojects: Core, App, Libraries -->
|
||||||
<!-- - - - - - - - - - - - - - - - - - -->
|
<!-- - - - - - - - - - - - - - - - - - -->
|
||||||
@@ -68,6 +70,9 @@
|
|||||||
<subant buildpath="../app" target="build"/>
|
<subant buildpath="../app" target="build"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="subprojects-test">
|
||||||
|
<subant buildpath="../app" target="test"/>
|
||||||
|
</target>
|
||||||
|
|
||||||
<!-- - - - - - - - - -->
|
<!-- - - - - - - - - -->
|
||||||
<!-- Basic Assembly -->
|
<!-- Basic Assembly -->
|
||||||
|
Reference in New Issue
Block a user