brettw@chromium.org | a52632f | 2009-10-10 03:20:30 +0900 | [diff] [blame] | 1 | // Copyright (c) 2009 The Chromium Authors. All rights reserved. |
license.bot | f003cfe | 2008-08-24 09:55:55 +0900 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
initial.commit | 3f4a732 | 2008-07-27 06:49:38 +0900 | [diff] [blame] | 4 | |
brettw@chromium.org | a52632f | 2009-10-10 03:20:30 +0900 | [diff] [blame] | 5 | #include "base/test/test_suite.h" |
initial.commit | 3f4a732 | 2008-07-27 06:49:38 +0900 | [diff] [blame] | 6 | |
| 7 | int main(int argc, char** argv) { |
initial.commit | 3f4a732 | 2008-07-27 06:49:38 +0900 | [diff] [blame] | 8 | return TestSuite(argc, argv).Run(); |
| 9 | } |