llvm/lldb/unittests/Host/common/ZipFileResolverTest.cpp

//===-- ZipFileResolverTest.cpp -------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "lldb/Host/common/ZipFileResolver.h"
#include "TestingSupport/SubsystemRAII.h"
#include "TestingSupport/TestUtilities.h"
#include "gtest/gtest.h"

usingnamespacelldb_private;
usingnamespacellvm;

namespace {
class ZipFileResolverTest : public ::testing::Test {};

std::string TestZipPath() {}
} // namespace

TEST_F(ZipFileResolverTest, ResolveSharedLibraryPathWithNormalFile) {}

TEST_F(ZipFileResolverTest, ResolveSharedLibraryPathWithZipMissing) {}

TEST_F(ZipFileResolverTest, ResolveSharedLibraryPathWithZipExisting) {}