diff options
| author | stepcut <jeremy@n-heptane.com> | 2014-10-22 12:29:36 -0500 |
|---|---|---|
| committer | stepcut <jeremy@n-heptane.com> | 2014-10-22 12:29:36 -0500 |
| commit | 1f5e0b33671fe1032163a3a8e3af9366cd758b9b (patch) | |
| tree | 97ebcc5249393cc14fc93eab9a0afc734fcacd54 | |
| parent | edf90842c55435a23151c74ef274e71d69b5e510 (diff) | |
Make BlinkTeensy a NON_TESTABLE_EXAMPLES
| -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 |
