// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "sandbox/linux/suid/client/setuid_sandbox_host.h" #include <memory> #include <string> #include <tuple> #include "base/environment.h" #include "base/strings/string_number_conversions.h" #include "sandbox/linux/suid/common/sandbox.h" #include "testing/gtest/include/gtest/gtest.h" namespace sandbox { TEST(SetuidSandboxHost, SetupLaunchEnvironment) { … } // This test doesn't accomplish much, but will make sure that analysis tools // will run this codepath. TEST(SetuidSandboxHost, GetSandboxBinaryPath) { … } } // namespace sandbox