Skip to content

Commit dd5a424

Browse files
simplified test directory and updated test readme
1 parent 1d25e00 commit dd5a424

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed
File renamed without changes.

test/readme.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
#Testing Firmata
22

3-
The Firmata test suite includes unit tests (see the unit directory). Integration
4-
tests may also be added at some point in the future.
3+
Tests tests are written using the [ArduinoUnit](https://github.com/mmurdoch/arduinounit) library (version 2.0).
54

6-
If you make changes to Firmata.cpp, run the tests in /test/unit/ to ensure
5+
Follow the instructions in the [ArduinoUnit readme](https://github.com/mmurdoch/arduinounit/blob/master/readme.md) to install the library.
6+
7+
Compile and upload the test sketch as you would any other sketch. Then open the
8+
Serial Monitor to view the test results.
9+
10+
If you make changes to Firmata.cpp, run the tests in /test/ to ensure
711
that your changes have not produced any unexpected errors.
12+
13+
You should also perform manual tests against actual hardware.

test/unit/readme.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)