summaryrefslogtreecommitdiffstats
path: root/ui/base/run_all_unittests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/run_all_unittests.cc')
-rw-r--r--ui/base/run_all_unittests.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/base/run_all_unittests.cc b/ui/base/run_all_unittests.cc
new file mode 100644
index 0000000..3be8d08
--- /dev/null
+++ b/ui/base/run_all_unittests.cc
@@ -0,0 +1,9 @@
+// Copyright (c) 2011 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 "ui/base/test_suite.h"
+
+int main(int argc, char** argv) {
+ return UiBaseTestSuite(argc, argv).Run();
+}