|
69 | 69 | </java>
|
70 | 70 | </target>
|
71 | 71 |
|
| 72 | + <target name="test" depends="subprojects-test"/> |
| 73 | + |
72 | 74 | <!-- - - - - - - - - - - - - - - - - - -->
|
73 | 75 | <!-- Subprojects: Core, App, Libraries -->
|
74 | 76 | <!-- - - - - - - - - - - - - - - - - - -->
|
|
83 | 85 | <subant buildpath="../app" target="build"/>
|
84 | 86 | </target>
|
85 | 87 |
|
| 88 | + <target name="subprojects-test"> |
| 89 | + <subant buildpath="../app" target="test"/> |
| 90 | + </target> |
86 | 91 |
|
87 | 92 | <!-- - - - - - - - - -->
|
88 | 93 | <!-- Basic Assembly -->
|
|
403 | 408 | <echo>
|
404 | 409 | =======================================================
|
405 | 410 | Arduino for Mac OS X was built. Grab the image from
|
406 |
| - |
| 411 | + |
407 | 412 | macosx/arduino-${version}-${platform}.zip
|
408 | 413 | =======================================================
|
409 | 414 | </echo>
|
|
678 | 683 | <echo>
|
679 | 684 | =======================================================
|
680 | 685 | Arduino for Linux was built. Grab the archive from
|
681 |
| - |
| 686 | + |
682 | 687 | build/linux/arduino-${version}-${platform}.tgz
|
683 | 688 | =======================================================
|
684 | 689 | </echo>
|
|
892 | 897 | -->
|
893 | 898 |
|
894 | 899 | <zip destfile="windows/arduino-${version}-${platform}.zip" level="9">
|
895 |
| - <zipfileset dir="windows/work" |
| 900 | + <zipfileset dir="windows/work" |
896 | 901 | prefix="arduino-${version}" />
|
897 | 902 | </zip>
|
898 | 903 |
|
899 | 904 | <zip destfile="windows/arduino-${version}-${platform}-expert.zip" level="9">
|
900 |
| - <zipfileset dir="windows/work" |
901 |
| - prefix="arduino-${version}" |
| 905 | + <zipfileset dir="windows/work" |
| 906 | + prefix="arduino-${version}" |
902 | 907 | excludes="java/**" />
|
903 | 908 | </zip>
|
904 | 909 |
|
905 | 910 | <echo>
|
906 | 911 | =======================================================
|
907 | 912 | Arduino for Windows was built. Grab the archive from
|
908 |
| - |
| 913 | + |
909 | 914 | windows/arduino-${version}-${platform}.zip
|
910 | 915 | windows/arduino-${version}-${platform}-expert.zip
|
911 | 916 | =======================================================
|
|
0 commit comments