Revert "Don't include ArduinoTestSuite in Mac OS X distribution."

This reverts commit a18eb93d81.
This commit is contained in:
David A. Mellis 2011-09-02 10:02:55 -04:00
parent 94c371bed2
commit be786b70de
1 changed files with 1 additions and 3 deletions

View File

@ -228,9 +228,7 @@
</exec> </exec>
<copy todir="macosx/working_dir"> <copy todir="macosx/working_dir">
<fileset dir="macosx/work"> <fileset dir="macosx/work" />
<exclude name="**/ArduinoTestSuite/**" />
</fileset>
</copy> </copy>
<!-- The ant copy command does not preserve permissions. --> <!-- The ant copy command does not preserve permissions. -->