#include "lldb/Target/PathMappingList.h"
#include "lldb/Utility/FileSpec.h"
#include "llvm/ADT/ArrayRef.h"
#include "gtest/gtest.h"
#include <utility>
usingnamespacelldb_private;
namespace {
struct Matches { … };
}
static void TestPathMappings(const PathMappingList &map,
llvm::ArrayRef<Matches> matches,
llvm::ArrayRef<ConstString> fails) { … }
TEST(PathMappingListTest, RelativeTests) { … }
TEST(PathMappingListTest, AbsoluteTests) { … }
TEST(PathMappingListTest, RemapRoot) { … }
#ifndef _WIN32
TEST(PathMappingListTest, CrossPlatformTests) { … }
#endif