1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Small improvement to test script

This commit is contained in:
Manuel Pégourié-Gonnard
2015-10-30 11:15:40 +01:00
parent fb84d38b45
commit 067523ef98

View File

@@ -12,8 +12,7 @@ yotta_build()
{
TARGET=$1
echo; echo "*** $TARGET ***"
yt target $TARGET
yt build
yt -t $TARGET build
}
if uname -a | grep 'Linux.*x86' >/dev/null; then