aboutsummaryrefslogtreecommitdiff
path: root/tests/script
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-12-31 11:16:59 +0530
committerSudar <sudar@sudarmuthu.com>2014-12-31 11:16:59 +0530
commitcfd6af90fb2dc43646b9701c1823af1536d73665 (patch)
tree87a9b7048905330f506a150d593500c393a07bae /tests/script
parentdcc75122847b1e0a8fd8a96a33de2f8e75df8559 (diff)
parente639f81b6c52b2092a4682cdc93efe5832c3e879 (diff)
Merge pull request #307 from Gaboose/pr
Ease flashing through ssh. Tweak alternate core support. #306 rebased
Diffstat (limited to 'tests/script')
-rwxr-xr-xtests/script/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/script/runtests.sh b/tests/script/runtests.sh
index f45fa3f..1c54836 100755
--- a/tests/script/runtests.sh
+++ b/tests/script/runtests.sh
@@ -7,7 +7,7 @@ failures=()
# These examples cannot be tested easily at the moment as they require
# alternate cores. The MakefileExample doesn't actually contain any source code
# to compile.
-NON_TESTABLE_EXAMPLES=(ATtinyBlink MakefileExample TinySoftWareSerial BlinkTeensy)
+NON_TESTABLE_EXAMPLES=(ATtinyBlink MakefileExample TinySoftWareSerial BlinkTeensy BlinkNetworkRPi)
for dir in $TESTS_DIR/*/
do