commit | 4d9e36a086d2cbe9847fa50f6b49cf924393e8f5 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Wed Sep 02 10:10:32 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Wed Sep 02 11:26:55 2015 +0200 |
tree | 5e96882fb038e9773fd29edd8d78c2525995167a | |
parent | 5f6b2b67c44518b6458cab7ec55a548fd6c2d853 [diff] |
Rm deprecated things full config test
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index aecdd4d..6a98488 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -108,6 +108,8 @@ 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