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

Unified Diff: chrome/test/base/mash_browser_tests_main.h

Issue 1806353003: Adds option to run browser tests in mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 9 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
Index: chrome/test/base/mash_browser_tests_main.h
diff --git a/chrome/test/base/mash_browser_tests_main.h b/chrome/test/base/mash_browser_tests_main.h
new file mode 100644
index 0000000000000000000000000000000000000000..39583eda0a57f5bddd5b3c26674f0a8b98dbec21
--- /dev/null
+++ b/chrome/test/base/mash_browser_tests_main.h
@@ -0,0 +1,12 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_TEST_BASE_MASH_BROWSER_TESTS_MAIN_H_
+#define CHROME_TEST_BASE_MASH_BROWSER_TESTS_MAIN_H_
+
+// Return true if mash browser tests were run, false otherwise. If the tests
+// were run |exit_code| is set appropriately.
+bool RunMashBrowserTests(int argc, char** argv, int* exit_code);
+
+#endif // CHROME_TEST_BASE_MASH_BROWSER_TESTS_MAIN_H_

Powered by Google App Engine
This is Rietveld 408576698