diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-10-24 09:02:51 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-10-24 09:02:51 +0530 |
| commit | 3eee9851bb176d0695d3dd091d6ebf8412ac382f (patch) | |
| tree | 8df90c03c25ecc0a83eb21af64846b135223401a /tests/script | |
| parent | 8d443f62c88e4f211dbfeab33df876887fa0f53b (diff) | |
| parent | daacad1d77306a37d3df5423feca27d3f5d730f7 (diff) | |
Merge pull request #281 from stepcut/teensy.mk
Add support for Teensyduino 3.x
Diffstat (limited to 'tests/script')
| -rwxr-xr-x | tests/script/runtests.sh | 2 |
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 |
