// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <signal.h> #include "base/functional/bind.h" #include "base/test/launcher/unit_test_launcher.h" #include "build/build_config.h" #include "mojo/core/test/mojo_test_suite_base.h" #include "testing/gtest/include/gtest/gtest.h" int main(int argc, char** argv) { … }