Added v4 verbosity level

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@414 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2002-07-24 00:12:02 +00:00
parent f1ac78ebd2
commit 3f6453cd59
2 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ public:
int Run(int argc, char *argv[]);
// Verbosity Level enumeration and accessor function
enum VerbosityLevel { v0, v1, v2, v3 };
enum VerbosityLevel { v0, v1, v2, v3, v4 };
VerbosityLevel Verbosity() const;
// Returns true if verbosity is high enough that individual tests are