Skip to content

Commit c11976f

Browse files
committed
[clang][deps] Create separate unittest directory
This is an NFC change split from llvm#68645.
1 parent edd7fed commit c11976f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/unittests/Tooling/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ add_clang_unittest(ToolingTests
1313
CastExprTest.cpp
1414
CommentHandlerTest.cpp
1515
CompilationDatabaseTest.cpp
16-
DependencyScannerTest.cpp
1716
DiagnosticsYamlTest.cpp
1817
ExecutionTest.cpp
1918
FixItTest.cpp
@@ -24,6 +23,7 @@ add_clang_unittest(ToolingTests
2423
LookupTest.cpp
2524
QualTypeNamesTest.cpp
2625
RangeSelectorTest.cpp
26+
DependencyScanning/DependencyScannerTest.cpp
2727
RecursiveASTVisitorTests/Attr.cpp
2828
RecursiveASTVisitorTests/BitfieldInitializer.cpp
2929
RecursiveASTVisitorTests/CallbacksLeaf.cpp

clang/unittests/Tooling/DependencyScannerTest.cpp renamed to clang/unittests/Tooling/DependencyScanning/DependencyScannerTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- unittest/Tooling/ToolingTest.cpp - Tooling unit tests --------------===//
1+
//===- DependencyScannerTest.cpp ------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)