| Index: ui/app_list/test/run_all_unittests.cc
|
| diff --git a/ui/app_list/test/run_all_unittests.cc b/ui/app_list/test/run_all_unittests.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d4e94e01d3e598f5bd024a550ff529315eff63e7
|
| --- /dev/null
|
| +++ b/ui/app_list/test/run_all_unittests.cc
|
| @@ -0,0 +1,9 @@
|
| +// Copyright (c) 2012 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/app_list/test/app_list_test_suite.h"
|
| +
|
| +int main(int argc, char** argv) {
|
| + return app_list::test::AppListTestSuite(argc, argv).Run();
|
| +}
|
|
|