]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
ccanlint: clarify different -v levels.
[ccan] / tools / ccanlint / ccanlint.h
index 0e57140018ffee1693bbf3f1010dd622316e1335..76e14a2aac0c8f9b77631dd4f296b55637dcf495 100644 (file)
 
 #define REGISTER_TEST(name, ...) 
 
-/* 1 == Describe results for partial failures.
-   2 == Describe gory details.
-   3 == Describe every action. */
+/* 0 == Describe failed tests.
+   1 == Describe results for partial failures.
+   2 == One line per test, plus details of failures.
+
+   Mainly for debugging ccanlint:
+   3 == Describe every object built.
+   4 == Describe every action. */
 extern int verbose;
 
 struct manifest {