Make BlinkTeensy a NON_TESTABLE_EXAMPLES

This commit is contained in:
stepcut 2014-10-22 12:29:36 -05:00
parent edf90842c5
commit 1f5e0b3367

View file

@ -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