blob: 841b353262f1cc48df99dc70c419f9c10d2f4ad4 [file] [log] [blame]
brettw@chromium.orga52632f2009-10-10 03:20:30 +09001// Copyright (c) 2009 The Chromium Authors. All rights reserved.
license.botf003cfe2008-08-24 09:55:55 +09002// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
initial.commit3f4a7322008-07-27 06:49:38 +09004
brettw@chromium.orga52632f2009-10-10 03:20:30 +09005#include "base/test/test_suite.h"
initial.commit3f4a7322008-07-27 06:49:38 +09006
7int main(int argc, char** argv) {
initial.commit3f4a7322008-07-27 06:49:38 +09008 return TestSuite(argc, argv).Run();
9}