#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() { … }
}
TEST_F(ZipFileResolverTest, ResolveSharedLibraryPathWithNormalFile) { … }
TEST_F(ZipFileResolverTest, ResolveSharedLibraryPathWithZipMissing) { … }
TEST_F(ZipFileResolverTest, ResolveSharedLibraryPathWithZipExisting) { … }