1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Remove duplicate test in all.sh

This commit is contained in:
Hanno Becker
2018-03-27 16:49:04 +01:00
parent 83ebf78404
commit 783cb06e05

View File

@@ -462,12 +462,6 @@ cleanup
make SHARED=1 all check
fi
if uname -a | grep -F Linux >/dev/null; then
msg "build/test: make shared" # ~ 40s
cleanup
make SHARED=1 all check
fi
if uname -a | grep -F x86_64 >/dev/null; then
msg "build: i386, make, gcc" # ~ 30s
cleanup