source: rtos_arduino/trunk/arduino_lib/libraries/Firmata/test/readme.md@ 224

Last change on this file since 224 was 224, checked in by ertl-honda, 8 years ago

1.7.10のファイルに更新

File size: 585 bytes
Line 
1#Testing Firmata
2
3Tests tests are written using the [ArduinoUnit](https://github.com/mmurdoch/arduinounit) library (version 2.0).
4
5Follow the instructions in the [ArduinoUnit readme](https://github.com/mmurdoch/arduinounit/blob/master/readme.md) to install the library.
6
7Compile and upload the test sketch as you would any other sketch. Then open the
8Serial Monitor to view the test results.
9
10If you make changes to Firmata.cpp, run the tests in /test/ to ensure
11that your changes have not produced any unexpected errors.
12
13You should also perform manual tests against actual hardware.
Note: See TracBrowser for help on using the repository browser.