mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 05:26:49 +00:00
Scan library for enums in list-enum-consts.sh
Add library/*.h to the list of files scanned for enums in list-enum-consts.sh, consistent with the changes made to list-macros.sh. This is needed to ensure that check-names.sh passes for the MPS trace enums. Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
b746825418
commit
add60da95b
|
@ -26,7 +26,7 @@ use open qw(:std utf8);
|
|||
@ARGV = grep { ! /compat-1\.3\.h/ } <include/mbedtls/*.h>;
|
||||
push @ARGV, "3rdparty/everest/include/everest/everest.h";
|
||||
push @ARGV, "3rdparty/everest/include/everest/x25519.h";
|
||||
|
||||
push @ARGV, glob("library/*.h");
|
||||
|
||||
my @consts;
|
||||
my $state = 'out';
|
||||
|
|
Loading…
Reference in a new issue