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

Unified Diff: mojo/common/test/run_all_perftests.cc

Issue 160003007: Mojo: Make a public test_support shared library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased again Created 6 years, 10 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 | mojo/common/test/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/test/run_all_perftests.cc
diff --git a/mojo/common/test/run_all_perftests.cc b/mojo/common/test/run_all_perftests.cc
index 9bc47481c135c5cb5aa8e270c94d6a636d3e8b34..3718bf17f17d9865b929f81bb4bc4553c212019a 100644
--- a/mojo/common/test/run_all_perftests.cc
+++ b/mojo/common/test/run_all_perftests.cc
@@ -3,10 +3,12 @@
// found in the LICENSE file.
#include "base/test/perf_test_suite.h"
+#include "mojo/common/test/test_support_impl.h"
+#include "mojo/public/tests/test_support_private.h"
#include "mojo/system/embedder/embedder.h"
int main(int argc, char** argv) {
mojo::embedder::Init();
+ mojo::test::TestSupport::Init(new mojo::test::TestSupportImpl());
return base::PerfTestSuite(argc, argv).Run();
}
-
« no previous file with comments | « no previous file | mojo/common/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698