From 1f5e0b33671fe1032163a3a8e3af9366cd758b9b Mon Sep 17 00:00:00 2001 From: stepcut Date: Wed, 22 Oct 2014 12:29:36 -0500 Subject: [PATCH] Make BlinkTeensy a NON_TESTABLE_EXAMPLES --- tests/script/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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