aboutsummaryrefslogtreecommitdiff
path: root/tests/script
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2017-07-16 17:48:42 +0530
committerGitHub <noreply@github.com>2017-07-16 17:48:42 +0530
commitd738cac966f6b02eb4153a32144c2a2a3e5c4715 (patch)
treee50716f564a35bfac141c0f47efb1f9088897540 /tests/script
parentba96840399381b35e20a9fe620602dc4a6fc6be7 (diff)
parent5bcb64ade92b1ed8e6e0bc5760fe064cc26a49c3 (diff)
Merge pull request #508 from fuzzyTew/robotis-opencm1.6.0
Add makefile for Robotis OpenCM
Diffstat (limited to 'tests/script')
-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