|
54 | 54 | </java>
|
55 | 55 | </target>
|
56 | 56 |
|
| 57 | + <target name="test" depends="subprojects-test"/> |
| 58 | + |
57 | 59 | <!-- - - - - - - - - - - - - - - - - - -->
|
58 | 60 | <!-- Subprojects: Core, App, Libraries -->
|
59 | 61 | <!-- - - - - - - - - - - - - - - - - - -->
|
|
68 | 70 | <subant buildpath="../app" target="build"/>
|
69 | 71 | </target>
|
70 | 72 |
|
| 73 | + <target name="subprojects-test"> |
| 74 | + <subant buildpath="../app" target="test"/> |
| 75 | + </target> |
71 | 76 |
|
72 | 77 | <!-- - - - - - - - - -->
|
73 | 78 | <!-- Basic Assembly -->
|
|
352 | 357 | <echo>
|
353 | 358 | =======================================================
|
354 | 359 | Arduino for Mac OS X was built. Grab the image from
|
355 |
| - |
| 360 | + |
356 | 361 | macosx/arduino-${version}-${platform}.zip
|
357 | 362 | =======================================================
|
358 | 363 | </echo>
|
|
591 | 596 | <echo>
|
592 | 597 | =======================================================
|
593 | 598 | Arduino for Linux was built. Grab the archive from
|
594 |
| - |
| 599 | + |
595 | 600 | build/linux/arduino-${version}-${platform}.tgz
|
596 | 601 | =======================================================
|
597 | 602 | </echo>
|
|
759 | 764 | -->
|
760 | 765 |
|
761 | 766 | <zip destfile="windows/arduino-${version}-${platform}.zip" level="9">
|
762 |
| - <zipfileset dir="windows/work" |
| 767 | + <zipfileset dir="windows/work" |
763 | 768 | prefix="arduino-${version}" />
|
764 | 769 | </zip>
|
765 | 770 |
|
766 | 771 | <zip destfile="windows/arduino-${version}-${platform}-expert.zip" level="9">
|
767 |
| - <zipfileset dir="windows/work" |
768 |
| - prefix="arduino-${version}" |
| 772 | + <zipfileset dir="windows/work" |
| 773 | + prefix="arduino-${version}" |
769 | 774 | excludes="java/**" />
|
770 | 775 | </zip>
|
771 | 776 |
|
772 | 777 | <echo>
|
773 | 778 | =======================================================
|
774 | 779 | Arduino for Windows was built. Grab the archive from
|
775 |
| - |
| 780 | + |
776 | 781 | windows/arduino-${version}-${platform}.zip
|
777 | 782 | windows/arduino-${version}-${platform}-expert.zip
|
778 | 783 | =======================================================
|
|
0 commit comments