changeset 4531 | 14a102415139 |
parent 3182 | 61fe7fe81ebd |
child 4678 | 280e7729894c |
child 5074 | 355de6af8ea9 |
child 5545 | f65511805a27 |
--- a/src/core/test.h Fri Jun 12 12:33:21 2009 +0100 +++ b/src/core/test.h Fri Jun 12 12:33:37 2009 +0100 @@ -89,12 +89,17 @@ */ static bool RunTests (void); + static bool RunTest (std::string name); + + static void PrintTestNames (std::ostream &os); + private: friend class Test; static void Add (Test *test, char const *name); static std::ostream &Failure (void); static TestManager *Get (void); bool RealRunTests (void); + bool RealRunTest (std::string name); TestManager (); ~TestManager ();