mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:25:11 +00:00
Remove duplicate test in all.sh
This commit is contained in:
parent
83ebf78404
commit
783cb06e05
|
@ -462,12 +462,6 @@ cleanup
|
||||||
make SHARED=1 all check
|
make SHARED=1 all check
|
||||||
fi
|
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
|
if uname -a | grep -F x86_64 >/dev/null; then
|
||||||
msg "build: i386, make, gcc" # ~ 30s
|
msg "build: i386, make, gcc" # ~ 30s
|
||||||
cleanup
|
cleanup
|
||||||
|
|
Loading…
Reference in a new issue