Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitelist a "test" directory for unit tests #1125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/library-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@ that weights a few kilobytes may not be such a good idea.
The content of the _extras_ folder is totally ignored by the Arduino development software; you are free to put anything
inside.

#### Unit Tests

A **test** folder can be used by the developer to store any & all files related to unit testing the library.

The content of the _test_ folder is totally ignored by the IDE and will _not_ be bundled with the library.

### Keywords

A list of keywords for the library may be specified in a file named keywords.txt located in the root of the library
Expand Down