Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1153)

Unified Diff: base/test/test_launcher.h

Issue 17379024: GTTF: Extract a function to launch child gtest process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bugfix Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/test/test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_launcher.h
diff --git a/base/test/test_launcher.h b/base/test/test_launcher.h
index 866b7720cc51ce0ef82d1724cd9209ffd62cc95b..603179c1f0035da0ac515a3ec900859f1a801aa3 100644
--- a/base/test/test_launcher.h
+++ b/base/test/test_launcher.h
@@ -12,6 +12,8 @@
#include "base/compiler_specific.h"
#include "base/time.h"
+class CommandLine;
+
namespace testing {
class TestCase;
class TestInfo;
@@ -70,6 +72,10 @@ class TestLauncherDelegate {
virtual ~TestLauncherDelegate();
};
+int LaunchChildGTestProcess(const CommandLine& command_line,
+ base::TimeDelta timeout,
+ bool* was_timeout);
+
// Launches GTest-based tests from the current executable
// using |launcher_delegate|.
int LaunchTests(TestLauncherDelegate* launcher_delegate,
« no previous file with comments | « no previous file | base/test/test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698