mbedtls/tests
Gilles Peskine e8caf2634b Since unmet_dependencies stores integers, represent them as int
Since unmet_dependencies only ever contains strings that are integers
written out in decimal, store the integer instead. Do this
unconditionally since it doesn't cost any extra memory.

This commit saves a little memory and more importantly avoids a gotcha
with uninitialized pointers which caused a bug on development (the
array was only initialized in verbose mode).

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-03-31 10:57:32 +02:00
..
.jenkins
configs
data_files
git-scripts
scripts Change the use of pylint to optionally use pylint3 2020-03-16 13:53:06 +00:00
suites Since unmet_dependencies stores integers, represent them as int 2020-03-31 10:57:32 +02:00
.gitignore
CMakeLists.txt
compat.sh
Descriptions.txt
Makefile
ssl-opt.sh Improve some test names in ssl-opt.sh 2020-03-24 10:57:23 +01:00