Rename to mbed TLS in tests/

This commit is contained in:
Manuel Pégourié-Gonnard 2015-01-22 16:43:54 +00:00
parent 9169921271
commit e4f6edcda1
4 changed files with 12 additions and 12 deletions

View file

@ -13,7 +13,7 @@
set -eu
if [ -d library -a -d include -a -d tests ]; then :; else
echo "Must be run from PolarSSL root" >&2
echo "Must be run from mbed TLS root" >&2
exit 1
fi