aboutsummaryrefslogtreecommitdiff
path: root/tests/script/runtests.sh
diff options
context:
space:
mode:
authorDukejung <dowhancool@naver.com>2019-02-11 18:04:09 +0900
committerGitHub <noreply@github.com>2019-02-11 18:04:09 +0900
commit12c62dd200d648e7740e9a1797935eb07ad75936 (patch)
treead549afe0ab3f9eb2266161cfc43a67b65b6d0e7 /tests/script/runtests.sh
parentc9d9c9f34d5e7f203adf700fa841b03880770b24 (diff)
Update runtests.sh
Diffstat (limited to 'tests/script/runtests.sh')
-rwxr-xr-xtests/script/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/script/runtests.sh b/tests/script/runtests.sh
index 60ee73e..fd05c30 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 DueBlink)
+NON_TESTABLE_EXAMPLES=(ATtinyBlink MakefileExample TinySoftWareSerial BlinkOpenCM BlinkOpenCR BlinkTeensy BlinkNetworkRPi BlinkInAVRC MZeroBlink ZeroBlink DueBlink)
for dir in $TESTS_DIR/*/
do