Skip to content

Commit a18eb93

Browse files
committed
Don't include ArduinoTestSuite in Mac OS X distribution.
1 parent 942435a commit a18eb93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/build.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@
222222
</exec>
223223

224224
<copy todir="macosx/working_dir">
225-
<fileset dir="macosx/work" />
225+
<fileset dir="macosx/work">
226+
<exclude name="**/ArduinoTestSuite/**" />
227+
</fileset>
226228
</copy>
227229

228230
<!-- The ant copy command does not preserve permissions. -->

0 commit comments

Comments
 (0)