Update runtests.sh
This commit is contained in:
parent
c9d9c9f34d
commit
12c62dd200
1 changed files with 1 additions and 1 deletions
|
@ -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 DueBlink)
|
||||
NON_TESTABLE_EXAMPLES=(ATtinyBlink MakefileExample TinySoftWareSerial BlinkOpenCM BlinkOpenCR BlinkTeensy BlinkNetworkRPi BlinkInAVRC MZeroBlink ZeroBlink DueBlink)
|
||||
|
||||
for dir in $TESTS_DIR/*/
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue