mbedtls/tests
Azim Khan 13c6bfbc2a Gaurd test suite headers with suite dependency
Test suite header code was not gaurded with test suite dependency.
But some test suites have additional code in the headers section.
Variables in that section become unused if suite functions are
gaurded. Hence gaurded the headers section.
But this changed cuased missing types in get_expression() function
that was originally accessing types defined through suite headers.
Hence had to gaurd expressions code as well.
Gaurding expressions does not allow parsing the parameters when
some types or hash defs are gaurded. Hence added function
check_test() to check if test is allowed or not before parsing the
parameters.
2018-08-06 11:40:57 +01:00
..
data_files Merge remote-tracking branch 'upstream-public/pr/1379' into development-proposed 2018-03-29 10:57:57 +01:00
git-scripts Add check-files.py to pre-push.sh 2018-05-21 11:41:18 +01:00
scripts Gaurd test suite headers with suite dependency 2018-08-06 11:40:57 +01:00
suites Gaurd test suite headers with suite dependency 2018-08-06 11:40:57 +01:00
.gitignore
CMakeLists.txt Update CMakeList.txt with new test suites code generator 2018-08-06 11:40:57 +01:00
compat.sh Add ChachaPoly ciphersuites to compat.sh 2018-06-19 13:16:30 +02:00
Descriptions.txt
Makefile Update code as old template and generator is replaced with new one 2018-08-06 11:40:57 +01:00
ssl-opt.sh Add test for empty app data records to ssl-opt.sh 2018-07-20 23:09:29 +01:00