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

Side by Side Diff: apps/test/apps_tests_main.cc

Issue 205653002: Add apps_browsertests target (currently running 0 tests). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // TODO(yoz): fold into ?
James Cook 2014/03/20 00:00:35 ?
Yoyo Zhou 2014/03/20 21:17:30 deleted
6
7 #include <algorithm>
8
9 #include "apps/test/apps_test_launcher_delegate.h"
10 #include "base/sys_info.h"
11 #include "testing/gtest/include/gtest/gtest.h"
12
13 int main(int argc, char** argv) {
14 int default_jobs = std::max(1, base::SysInfo::NumberOfProcessors() / 2);
15 apps::AppsTestLauncherDelegate launcher_delegate;
16 return content::LaunchTests(&launcher_delegate, default_jobs, argc, argv);
17 }
OLDNEW
« apps/test/apps_test_launcher_delegate.cc ('K') | « apps/test/apps_test_suite_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698