aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2019-04-20 14:37:12 +0530
committerGitHub <noreply@github.com>2019-04-20 14:37:12 +0530
commit8c85ca7001580a04438490332c7b4e0418856d94 (patch)
treed30867a3b4c2e9924c87f1f7bf1fab84e62b2925 /tests
parent4e465c693cb6771e3501b98f8d4802499ae26acb (diff)
parent12c62dd200d648e7740e9a1797935eb07ad75936 (diff)
Merge pull request #598 from Dukejung/master
Add OpenCR.mk for OpenCR 1.0 board example sketch
Diffstat (limited to 'tests')
-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