commit | f10f85f67614744f735dfd84d27595d74c94c311 | [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:08:49 2016 +0100 |
tree | 0c84e8630da04e75b944dbc29404dc740cc6d711 | |
parent | 5ae028550faec8d74ef2bc1ac823d32cb4ad5fa0 [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