llvm/clang-tools-extra/clangd/unittests/FileDistanceTests.cpp

//===-- FileDistanceTests.cpp  ------------------------*- C++ -*-----------===//
//
// 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 "FileDistance.h"
#include "TestFS.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

namespace clang {
namespace clangd {
namespace {

TEST(FileDistanceTests, Distance) {}

TEST(FileDistanceTests, BadSource) {}

// Force the unittest URI scheme to be linked,
static int LLVM_ATTRIBUTE_UNUSED UseUnittestScheme =;

TEST(FileDistanceTests, URI) {}

TEST(FileDistance, LimitUpTraversals) {}

TEST(FileDistance, DisallowDownTraversalsFromRoot) {}

TEST(ScopeDistance, Smoke) {}

} // namespace
} // namespace clangd
} // namespace clang