Add test script check-names.sh
This commit is contained in:
parent
d1ddd29e81
commit
e137ea6f64
5 changed files with 60 additions and 54 deletions
|
@ -7,7 +7,7 @@ if [ -d include/mbedtls ]; then :; else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
HEADERS=$( ls include/mbedtls/*.h | egrep -v 'bn_mul' )
|
||||
HEADERS=$( ls include/mbedtls/*.h | egrep -v 'compat-1\.3\.h|bn_mul' )
|
||||
|
||||
rm -f identifiers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue