-
-
Notifications
You must be signed in to change notification settings - Fork 423
Commit 5f3f7ba
Whitelist a "test" directory for unit tests
Several unit testing systems exist for Arduino libraries; this patch creates an official "space" within a library to hold whatever files may relate to that functionality. Unlike "Extras", the test files would not become part of the bundled library.1 parent 6a177eb commit 5f3f7ba
1 file changed
+6
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
219 | + | ||
220 | + | ||
221 | + | ||
222 | + | ||
223 | + | ||
224 | + | ||
219 | 225 |
| |
220 | 226 |
| |
221 | 227 |
| |
|
0 commit comments