commit | d1ddd29e81439867d9dbc6125a85b614c9275618 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Apr 09 10:15:10 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Apr 09 10:15:10 2015 +0200 |
tree | b87aec988d98e1d8bf22a742713c348a6bc0c82b | |
parent | 45df5970281ff33dbd652bf593b9a934f9c77a31 [diff] [blame] |
Adapt error messages in tests/scripts/list-*
diff --git a/tests/scripts/list-enum-consts.pl b/tests/scripts/list-enum-consts.pl index 4e0baec..bbb9490 100755 --- a/tests/scripts/list-enum-consts.pl +++ b/tests/scripts/list-enum-consts.pl
@@ -6,6 +6,8 @@ use utf8; use open qw(:std utf8); +-d 'include/mbedtls' or die "$0: must be run from root\n"; + @ARGV = <include/mbedtls/*.h>; my @consts;