Rm deprecated things full config test

This commit is contained in:
Manuel Pégourié-Gonnard 2015-09-02 10:10:32 +02:00
parent 5f6b2b67c4
commit 4d9e36a086
2 changed files with 5 additions and 0 deletions

View file

@ -18,6 +18,9 @@ EOU
# POLARSSL_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION could be enabled if the # POLARSSL_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION could be enabled if the
# respective tests were adapted # respective tests were adapted
my @excluded = qw( my @excluded = qw(
POLARSSL_ERROR_STRERROR_BC
POLARSSL_MEMORY_C
POLARSSL_PBKDF2_C
POLARSSL_HAVE_INT8 POLARSSL_HAVE_INT8
POLARSSL_HAVE_INT16 POLARSSL_HAVE_INT16
POLARSSL_HAVE_SSE2 POLARSSL_HAVE_SSE2

View file

@ -108,6 +108,8 @@ cleanup
cp "$CONFIG_H" "$CONFIG_BAK" cp "$CONFIG_H" "$CONFIG_BAK"
scripts/config.pl full scripts/config.pl full
scripts/config.pl unset POLARSSL_MEMORY_BACKTRACE # too slow for tests 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 . CC=clang cmake -D CMAKE_BUILD_TYPE:String=Check .
make make