X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fccanlint.h;h=46d1fc9da9c6106058f6ef1673a90f66962fbc0a;hp=247d0d0d12cbe92c18f22feb6ee09565bbd1a5e3;hb=6cb87a77434f7577e793256c4072e62e1d207650;hpb=a200e1ad1cf5a4828ea4e4e222838ddad5a4a9a3 diff --git a/tools/ccanlint/ccanlint.h b/tools/ccanlint/ccanlint.h index 247d0d0d..46d1fc9d 100644 --- a/tools/ccanlint/ccanlint.h +++ b/tools/ccanlint/ccanlint.h @@ -11,6 +11,11 @@ #define REGISTER_TEST(name, ...) +/* 1 == Describe results for partial failures. + 2 == Describe gory details. + 3 == Describe every action. */ +extern unsigned int verbose; + struct manifest { char *dir; /* The module name, ie. final element of dir name */ @@ -28,6 +33,7 @@ struct manifest { struct list_head other_test_files; struct list_head other_files; + struct list_head examples; /* From tests/check_depends_exist.c */ struct list_head dep_dirs;