aboutsummaryrefslogtreecommitdiff
path: root/tests/script
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-10-24 09:02:51 +0530
committerSudar <sudar@sudarmuthu.com>2014-10-24 09:02:51 +0530
commit3eee9851bb176d0695d3dd091d6ebf8412ac382f (patch)
tree8df90c03c25ecc0a83eb21af64846b135223401a /tests/script
parent8d443f62c88e4f211dbfeab33df876887fa0f53b (diff)
parentdaacad1d77306a37d3df5423feca27d3f5d730f7 (diff)
Merge pull request #281 from stepcut/teensy.mk
Add support for Teensyduino 3.x
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 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