Skip to content

Commit df45ede

Browse files
jansvoboda11artemcm
authored andcommitted
[clang][deps] Create separate unittest directory
This is an NFC change split from llvm#68645. (cherry picked from commit c11976f)
1 parent 3c63c4c commit df45ede

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clang/unittests/Tooling/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ add_clang_unittest(ToolingTests
1313
CastExprTest.cpp
1414
CommentHandlerTest.cpp
1515
CompilationDatabaseTest.cpp
16-
DependencyScannerTest.cpp
17-
DependencyScanningCASFilesystemTest.cpp
1816
DiagnosticsYamlTest.cpp
1917
ExecutionTest.cpp
2018
FixItTest.cpp
@@ -25,6 +23,8 @@ add_clang_unittest(ToolingTests
2523
LookupTest.cpp
2624
QualTypeNamesTest.cpp
2725
RangeSelectorTest.cpp
26+
DependencyScanning/DependencyScannerTest.cpp
27+
DependencyScanning/DependencyScanningCASFilesystemTest.cpp
2828
RecursiveASTVisitorTests/Attr.cpp
2929
RecursiveASTVisitorTests/CallbacksLeaf.cpp
3030
RecursiveASTVisitorTests/CallbacksUnaryOperator.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)