commit | e137ea6f6449ebbad6943e7b98f17de7220e6796 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Apr 09 10:47:44 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Apr 09 10:53:11 2015 +0200 |
tree | 674cc1ecfa0f5777bf1fa2b0c0812e26efb2ea7e | |
parent | d1ddd29e81439867d9dbc6125a85b614c9275618 [diff] [blame] |
Add test script check-names.sh
diff --git a/tests/scripts/list-enum-consts.pl b/tests/scripts/list-enum-consts.pl index bbb9490..c8e2636 100755 --- a/tests/scripts/list-enum-consts.pl +++ b/tests/scripts/list-enum-consts.pl
@@ -8,7 +8,7 @@ -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';