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

Unified Diff: components/test/run_all_perftests.cc

Issue 2358063002: Preparing components_perftests (Closed)
Patch Set: minimal chages Created 4 years, 2 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: components/test/run_all_perftests.cc
diff --git a/components/test/run_all_perftests.cc b/components/test/run_all_perftests.cc
new file mode 100644
index 0000000000000000000000000000000000000000..7ae8104597e26608160d188f7901bd80886e0139
--- /dev/null
+++ b/components/test/run_all_perftests.cc
@@ -0,0 +1,10 @@
+// Copyright (c) 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.
+
+#include "components/test/components_test_suite.h"
+
+int main(int argc, char** argv) {
+ return base::LaunchUnitTestsSerially(argc, argv,
+ GetLaunchCallback(argc, argv));
+}

Powered by Google App Engine
This is Rietveld 408576698