From 5bcb64ade92b1ed8e6e0bc5760fe064cc26a49c3 Mon Sep 17 00:00:00 2001 From: Karl Semich Date: Tue, 11 Jul 2017 12:38:43 +0000 Subject: Add makefile for Robotis OpenCM & update version to 1.6.0 --- tests/script/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/script') 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 -- cgit v1.2.3