Commit Graph

7 Commits

Author SHA1 Message Date
Jaeden Amero
8177d8e40a check-names: Update for deprecation tags
Make list-identifiers deal with deprecation tags by treating the
`MBEDTLS_DEPRECATED` attribute as an identifier. Treat
`MBEDTLS_DEPRECATED` the same as one would `struct` on a function that
returned a `struct` (e.g. `struct something do_action(int param)`)
2019-07-12 14:31:24 +01:00
Jaeden Amero
7d0c9b34a7 check-names: Consider crypto-sourced header files
Many identifiers come from Mbed Crypto. Teach check-names.sh to look in
the crypto submodule for identifiers, to avoid incorrect test results.
2019-07-10 08:19:35 +01:00
Darryl Green
1ae4886c82 Document the scripts behaviour further 2019-04-18 13:09:25 +01:00
Darryl Green
383d1fa6a5 Add --internal option to list-identifiers.sh
When doing ABI/API checking, its useful to have a list of all the
identifiers that are defined in the internal header files, as we
do not promise compatibility for them. This option allows for a
simple method of getting them for use with the ABI checking script.
2019-04-05 13:59:52 +01:00
Manuel Pégourié-Gonnard
e137ea6f64 Add test script check-names.sh 2015-04-09 10:53:11 +02:00
Manuel Pégourié-Gonnard
d1ddd29e81 Adapt error messages in tests/scripts/list-* 2015-04-09 10:15:10 +02:00
Manuel Pégourié-Gonnard
0edba1a8ee Move temporary list scripts to tests/scripts 2015-04-09 10:12:44 +02:00