aboutsummaryrefslogtreecommitdiff
path: root/tests/script/runtests.sh
diff options
context:
space:
mode:
authorstepcut <jeremy@n-heptane.com>2014-10-22 12:29:36 -0500
committerstepcut <jeremy@n-heptane.com>2014-10-22 12:29:36 -0500
commit1f5e0b33671fe1032163a3a8e3af9366cd758b9b (patch)
tree97ebcc5249393cc14fc93eab9a0afc734fcacd54 /tests/script/runtests.sh
parentedf90842c55435a23151c74ef274e71d69b5e510 (diff)
Make BlinkTeensy a NON_TESTABLE_EXAMPLES
Diffstat (limited to 'tests/script/runtests.sh')
-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 5313d0f..f45fa3f 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)
+NON_TESTABLE_EXAMPLES=(ATtinyBlink MakefileExample TinySoftWareSerial BlinkTeensy)
for dir in $TESTS_DIR/*/
do