diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2018-06-22 09:45:03 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-22 09:45:03 +0530 |
| commit | b2d1ff23a2ff6d824aced575401e7b0deace672c (patch) | |
| tree | 0f14d80d0a04dee8dd739a6985fdcfb24039ef82 /tests/script/runtests.sh | |
| parent | 0809b5460617f2217d8b4b0f9a57758e220c429c (diff) | |
| parent | 3f32563683a90d471c7ff97216b000e922851c72 (diff) | |
Merge pull request #567 from tuna-f1sh/due
Support for Arduino Due added
Diffstat (limited to 'tests/script/runtests.sh')
| -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 648a0cf..60ee73e 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 BlinkOpenCM BlinkTeensy BlinkNetworkRPi BlinkInAVRC MZeroBlink ZeroBlink) +NON_TESTABLE_EXAMPLES=(ATtinyBlink MakefileExample TinySoftWareSerial BlinkOpenCM BlinkTeensy BlinkNetworkRPi BlinkInAVRC MZeroBlink ZeroBlink DueBlink) for dir in $TESTS_DIR/*/ do |
