From 6be2614c30a0d37a7c579df2805fbf8c192ca57a Mon Sep 17 00:00:00 2001 From: Simon John Date: Sun, 21 Sep 2014 18:23:06 +0100 Subject: Removed Travis-CI references from all examples. Regular users are not affected by test scripts/makefiles. Added makefile and gcc version info to config output. Tested on Arduino 1.0.6 --- tests/script/runtests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/script/runtests.sh b/tests/script/runtests.sh index 5f513da..5313d0f 100755 --- a/tests/script/runtests.sh +++ b/tests/script/runtests.sh @@ -28,8 +28,8 @@ do pushd $dir echo "Compiling $example..." - make_output=`make clean` - make_output=`make` + make_output=`make clean TEST=1` + make_output=`make TEST=1` if [[ $? -ne 0 ]]; then failures+=("$example") echo "Example $example failed" -- cgit v1.2.3