mbedtls/tests
Gilles Peskine 667f7f8369 Fix generation of #line directives in Python 2
When using Python 2 (which is done in the Makefile), all #line
directives from the test code were generated with the line number 1.
This traces back to the change in the method name for generators in
Python 2 (next) vs Python 3 (__next__). Override both methods so that
the script remains compatible with both Python 2 and Python 3.
2018-08-06 11:40:58 +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 Fix generation of #line directives in Python 2 2018-08-06 11:40:58 +01:00
suites Remove white spaces caught by check-files.py 2018-08-06 11:40:58 +01:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Rename generate_code.py -> generate_test_code.py 2018-08-06 11:40:58 +01:00
compat.sh Add ChachaPoly ciphersuites to compat.sh 2018-06-19 13:16:30 +02:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
Makefile Rename generate_code.py -> generate_test_code.py 2018-08-06 11:40:58 +01:00
ssl-opt.sh Add test for empty app data records to ssl-opt.sh 2018-07-20 23:09:29 +01:00