Skip to content

Commit be786b7

Browse files
committed
Revert "Don't include ArduinoTestSuite in Mac OS X distribution."
This reverts commit a18eb93.
1 parent 94c371b commit be786b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/build.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,7 @@
228228
</exec>
229229

230230
<copy todir="macosx/working_dir">
231-
<fileset dir="macosx/work">
232-
<exclude name="**/ArduinoTestSuite/**" />
233-
</fileset>
231+
<fileset dir="macosx/work" />
234232
</copy>
235233

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

0 commit comments

Comments
 (0)