From 4d9e36a086d2cbe9847fa50f6b49cf924393e8f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 2 Sep 2015 10:10:32 +0200 Subject: [PATCH] Rm deprecated things full config test --- scripts/config.pl | 3 +++ tests/scripts/all.sh | 2 ++ 2 files changed, 5 insertions(+) diff --git a/scripts/config.pl b/scripts/config.pl index 6ee1345e9..a50a80cfd 100755 --- a/scripts/config.pl +++ b/scripts/config.pl @@ -18,6 +18,9 @@ EOU # POLARSSL_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION could be enabled if the # respective tests were adapted my @excluded = qw( +POLARSSL_ERROR_STRERROR_BC +POLARSSL_MEMORY_C +POLARSSL_PBKDF2_C POLARSSL_HAVE_INT8 POLARSSL_HAVE_INT16 POLARSSL_HAVE_SSE2 diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index aecdd4d13..6a9848826 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -108,6 +108,8 @@ cleanup cp "$CONFIG_H" "$CONFIG_BAK" scripts/config.pl full scripts/config.pl unset POLARSSL_MEMORY_BACKTRACE # too slow for tests +scripts/config.pl unset POLARSSL_ERROR_STRERROR_BC # deprecated +scripts/config.pl unset POLARSSL_PBKDF2_C # deprecated CC=clang cmake -D CMAKE_BUILD_TYPE:String=Check . make