From 66b8e956bb17389a6c48bc6f4930f953f6e93d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 20 May 2015 11:13:56 +0200 Subject: [PATCH] Add test build with all except ssl_cli/srv.c --- tests/scripts/all.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index ca116be7c..3b3472063 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -152,6 +152,20 @@ scripts/config.pl unset MBEDTLS_MEMORY_BUFFER_ALLOC_C scripts/config.pl unset MBEDTLS_FS_IO CC=gcc CFLAGS='-Werror -O0' make +msg "build: full config except ssl_srv.c, make, gcc" # ~ 30s +cleanup +cp "$CONFIG_H" "$CONFIG_BAK" +scripts/config.pl full +scripts/config.pl unset MBEDTLS_SSL_SRV_C +CC=gcc CFLAGS='-Werror -O0' make + +msg "build: full config except ssl_cli.c, make, gcc" # ~ 30s +cleanup +cp "$CONFIG_H" "$CONFIG_BAK" +scripts/config.pl full +scripts/config.pl unset MBEDTLS_SSL_CLI_C +CC=gcc CFLAGS='-Werror -O0' make + if uname -a | grep -F x86_64 >/dev/null; then msg "build: i386, make, gcc" # ~ 30s cleanup