commit | d2655ac2dc450dd5169db09f52396180879fba1a | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Fri Jan 08 15:02:05 2016 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Fri Jan 08 15:05:11 2016 +0100 |
tree | cb1f8ebf45431880c62b812d46aa2a0600ade6bd | |
parent | 365f325e03e9ab38ae70ae53548f43a1316d7303 [diff] [blame] |
Add test for yotta debug build
diff --git a/tests/scripts/yotta-build.sh b/tests/scripts/yotta-build.sh index 0651bae..19cc576 100755 --- a/tests/scripts/yotta-build.sh +++ b/tests/scripts/yotta-build.sh
@@ -11,8 +11,12 @@ yotta_build() { TARGET=$1 - echo; echo "*** $TARGET ***" + + echo; echo "*** $TARGET (release) ***" yt -t $TARGET build + + echo; echo "*** $TARGET (debug) ***" + yt -t $TARGET build -d } if uname -a | grep 'Linux.*x86' >/dev/null; then