blob: 1a31dd224dfd131457f36b10f3f08ad76617d46d [file] [log] [blame]
// Copyright 2016 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.
#ifndef COMPONENTS_TEST_COMPONENTS_TEST_SUITE_H_
#define COMPONENTS_TEST_COMPONENTS_TEST_SUITE_H_
#include "base/test/launcher/unit_test_launcher.h"
base::RunTestSuiteCallback GetLaunchCallback(int argc, char** argv);
#endif // COMPONENTS_TEST_COMPONENTS_TEST_SUITE_H_