src/core/test.h
changeset 5074 355de6af8ea9
parent 4902 754465c7e6a8
parent 4531 14a102415139
child 5121 872e554039c3
--- a/src/core/test.h	Tue Jun 16 17:58:06 2009 +0400
+++ b/src/core/test.h	Tue Jun 16 17:58:16 2009 +0400
@@ -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 ();