mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Add test script check-names.sh
This commit is contained in:
parent
d1ddd29e81
commit
e137ea6f64
5 changed files with 60 additions and 54 deletions
|
|
@ -8,7 +8,7 @@ use open qw(:std utf8);
|
|||
|
||||
-d 'include/mbedtls' or die "$0: must be run from root\n";
|
||||
|
||||
@ARGV = <include/mbedtls/*.h>;
|
||||
@ARGV = grep { ! /compat-1\.3\.h/ } <include/mbedtls/*.h>;
|
||||
|
||||
my @consts;
|
||||
my $state = 'out';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue