aboutsummaryrefslogtreecommitdiff
path: root/tests/script
diff options
context:
space:
mode:
authorGabrielius Mickevicius <gabrielius.m@gmail.com>2014-12-29 01:05:50 +0200
committerGabrielius Mickevicius <gabrielius.m@gmail.com>2014-12-30 17:45:36 +0200
commita930c9983f0265247cc867ceba6e2c84f44b2889 (patch)
treef536866bc18bf79ba57a5084b751d23d4760a666 /tests/script
parent3442ef8e6d5170d5acb8c987c135ec6d890b045b (diff)
Example: set fuses and upload hex on remote programmer
Implements two new make rules: 'net_set_fuses' executes a single ssh command, 'net_upload' pipes hex through ssh connection. The example also showcases the FORCE_MONITOR_PORT feature.
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