aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Whittington <john@jbrengineering.co.uk>2017-09-01 12:42:45 +0000
committerJohn Whittington <john@jbrengineering.co.uk>2017-09-01 12:42:45 +0000
commit4c4c9ac2f0d074d9f9ec8d1b2ef82564955513ed (patch)
treea893ba606790c386e099794c0eef1bbec33e1024 /tests
parent62f2d7081511ec2563fb511414a8cf8051e38737 (diff)
parent5fcd04cdef9b8378fe0a9cafe426321a62d9bdbd (diff)
Merge with upstream
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 58b8e15..7792186 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 BlinkTeensy BlinkNetworkRPi BlinkInAVRC)
+NON_TESTABLE_EXAMPLES=(ATtinyBlink MakefileExample TinySoftWareSerial BlinkOpenCM BlinkTeensy BlinkNetworkRPi BlinkInAVRC)
for dir in $TESTS_DIR/*/
do