diff options
| author | John Whittington <git@jbrengineering.co.uk> | 2020-08-06 09:38:07 +0200 |
|---|---|---|
| committer | John Whittington <git@jbrengineering.co.uk> | 2020-08-06 12:32:17 +0200 |
| commit | 264f8f604a2c29b7bd66a1e0d11f263db7582702 (patch) | |
| tree | f3495a8161075d48a393d66a66cb9aff80dc7c1e /tests/script/runtests.sh | |
| parent | bcce50471e264bcd8376b3c277600af629684083 (diff) | |
Arduino IDE upto support version and SAMD builds
process uses direct downloads. Might be better to move to distribution
Arduino install + arduino-cli to install board support in future.
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 fd05c30..ba75fe4 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 BlinkOpenCR BlinkTeensy BlinkNetworkRPi BlinkInAVRC MZeroBlink ZeroBlink DueBlink) +NON_TESTABLE_EXAMPLES=(ATtinyBlink MakefileExample TinySoftWareSerial BlinkOpenCM BlinkOpenCR BlinkTeensy BlinkNetworkRPi BlinkInAVRC DueBlink) for dir in $TESTS_DIR/*/ do |
