blob: 969b09164a448748188871fffb684a98791dc74d [file] [log] [blame]
[email protected]e73e89222012-07-13 18:55:221// Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]3c53cfa2009-05-18 21:23:492// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]e73e89222012-07-13 18:55:225#include "base/test/main_hook.h"
[email protected]402bcb12011-06-20 18:55:536#include "base/test/test_suite.h"
[email protected]3c53cfa2009-05-18 21:23:497
8int main(int argc, char** argv) {
[email protected]e73e89222012-07-13 18:55:229 MainHook hook(main, argc, argv);
[email protected]402bcb12011-06-20 18:55:5310 return base::TestSuite(argc, argv).Run();
[email protected]3c53cfa2009-05-18 21:23:4911}