aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Svoboda <jan_svoboda@apple.com>2024-04-12 10:26:58 -0700
committerJan Svoboda <jan_svoboda@apple.com>2024-04-12 10:32:58 -0700
commitc11976f525f3b9b9dc6080f0b23d2ef1ec5fe8fd (patch)
tree93213c1f7021a244e9d5344e9066440fa18d4cc1
parentedd7fed9da48c0e708cce9bd4d305ae43d8bd77c (diff)
downloadllvm-c11976f525f3b9b9dc6080f0b23d2ef1ec5fe8fd.zip
llvm-c11976f525f3b9b9dc6080f0b23d2ef1ec5fe8fd.tar.gz
llvm-c11976f525f3b9b9dc6080f0b23d2ef1ec5fe8fd.tar.bz2
[clang][deps] Create separate unittest directory
This is an NFC change split from https://github.com/llvm/llvm-project/pull/68645.
-rw-r--r--clang/unittests/Tooling/CMakeLists.txt2
-rw-r--r--clang/unittests/Tooling/DependencyScanning/DependencyScannerTest.cpp (renamed from clang/unittests/Tooling/DependencyScannerTest.cpp)2
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/unittests/Tooling/CMakeLists.txt b/clang/unittests/Tooling/CMakeLists.txt
index 5a10a6b..2ff493e 100644
--- a/clang/unittests/Tooling/CMakeLists.txt
+++ b/clang/unittests/Tooling/CMakeLists.txt
@@ -13,7 +13,6 @@ add_clang_unittest(ToolingTests
CastExprTest.cpp
CommentHandlerTest.cpp
CompilationDatabaseTest.cpp
- DependencyScannerTest.cpp
DiagnosticsYamlTest.cpp
ExecutionTest.cpp
FixItTest.cpp
@@ -24,6 +23,7 @@ add_clang_unittest(ToolingTests
LookupTest.cpp
QualTypeNamesTest.cpp
RangeSelectorTest.cpp
+ DependencyScanning/DependencyScannerTest.cpp
RecursiveASTVisitorTests/Attr.cpp
RecursiveASTVisitorTests/BitfieldInitializer.cpp
RecursiveASTVisitorTests/CallbacksLeaf.cpp
diff --git a/clang/unittests/Tooling/DependencyScannerTest.cpp b/clang/unittests/Tooling/DependencyScanning/DependencyScannerTest.cpp
index 8735fca..ec0e143 100644
--- a/clang/unittests/Tooling/DependencyScannerTest.cpp
+++ b/clang/unittests/Tooling/DependencyScanning/DependencyScannerTest.cpp
@@ -1,4 +1,4 @@
-//===- unittest/Tooling/ToolingTest.cpp - Tooling unit tests --------------===//
+//===- DependencyScannerTest.cpp ------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.