From d85fe1ef8bb6b25396391508c4996845fcd12921 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Thu, 5 Sep 2013 18:20:36 +0000 Subject: Convert most run_all_unittests.cc files to use new unit test launcher. Note that the new code is still behind a runtime flag (--brave-new-test-launcher), but compiling tests with support for it will make further testing possible. BUG=236893, 79359 R=akalin@chromium.org, enne@chromium.org, erikwright@chromium.org, joi@chromium.org, keybuk@chromium.org, sky@chromium.org, thestig@chromium.org, tommi@chromium.org, wtc@chromium.org, xhwang@chromium.org, yzshen@chromium.org Review URL: https://codereview.chromium.org/23442019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221464 0039d316-1c4b-4281-b951-d872f2087c98 --- device/test/run_all_unittests.cc | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 device/test/run_all_unittests.cc (limited to 'device/test') diff --git a/device/test/run_all_unittests.cc b/device/test/run_all_unittests.cc deleted file mode 100644 index f4b4fc8..0000000 --- a/device/test/run_all_unittests.cc +++ /dev/null @@ -1,9 +0,0 @@ -// 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 "base/test/test_suite.h" - -int main(int argc, char **argv) { - return base::TestSuite(argc, argv).Run(); -} -- cgit v1.1