mbedtls/tests
Manuel Pégourié-Gonnard 602544e659 Fix usage of CFLAGS with cmake in all.sh
With cmake, CFLAGS has to be set when invoking cmake, not make (which totally
ignores the value of CFLAGS when it runs and only keeps the one from cmake).

Also, in that case the flags were either redundant (-Werror etc) or wrong
(-std=c99 -pedantic) as some parts of the library will not build with
-pedantic (see the other -pedantic tests, which are correct, for what needs to
be disabled).
2017-08-08 11:06:49 +02:00
..
data_files Add tests for spurious certs in the chain 2017-08-08 11:00:46 +02:00
git-scripts Move the git scripts to correct path 2017-07-27 21:44:34 +01:00
scripts Fix usage of CFLAGS with cmake in all.sh 2017-08-08 11:06:49 +02:00
suites Fix depends_on:pk_alg in test suites 2017-08-08 11:06:49 +02:00
.gitignore
CMakeLists.txt Remove need for elevated command line in Windows 2017-02-15 09:08:26 +00:00
compat.sh Allow SHA-1 in test scripts 2017-06-06 18:44:14 +02:00
Descriptions.txt
Makefile
ssl-opt.sh Fix the check for max CA intermediates in ssl-opt.sh 2017-07-28 18:18:29 +01:00