Rename include directory to mbedtls
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index b525c3a..47abfb9 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -17,7 +17,7 @@
exit 1
fi
-CONFIG_H='include/polarssl/config.h'
+CONFIG_H='include/mbedtls/config.h'
CONFIG_BAK="$CONFIG_H.bak"
MEMORY=0
@@ -42,7 +42,7 @@
make clean
find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} \+
- rm -f include/Makefile include/polarssl/Makefile programs/*/Makefile
+ rm -f include/Makefile include/mbedtls/Makefile programs/*/Makefile
git update-index --no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile
git checkout -- Makefile library/Makefile programs/Makefile tests/Makefile