From d00a6c3cda4a28a0c3bc8e9450828dfb9b6405f2 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sat, 8 Feb 2014 23:45:27 +0000 Subject: [PATCH] Update test README.md --- tests/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/README.md b/tests/README.md index d2f959b..e5700a6 100644 --- a/tests/README.md +++ b/tests/README.md @@ -14,6 +14,12 @@ me. ## Local tests +These are a set of executables that can be run to test specific areas of functionality. +They do not require a real Arduino to be attached, nor the use of the Arduino IDE. + +The tests include a set of mock files to stub out the parts of the Arduino environment the library +depends on. + ### Dependencies - g++