Skip to content

Commit bdc6691

Browse files
committed
[gn] port 2b05fa8 (InterpTests)
1 parent 593521b commit bdc6691

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import("//third-party/unittest/unittest.gni")
2+
3+
unittest("InterpTests") {
4+
configs += [ "//llvm/utils/gn/build:clang_code" ]
5+
deps = [
6+
"//clang/lib/AST",
7+
"//clang/lib/Basic",
8+
"//clang/lib/Frontend",
9+
"//clang/lib/Testing",
10+
"//clang/lib/Tooling",
11+
]
12+
sources = [ "Descriptor.cpp" ]
13+
}

llvm/utils/gn/secondary/clang/unittests/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import("//clang/lib/StaticAnalyzer/Frontend/enable.gni")
33
group("unittests") {
44
deps = [
55
"AST:ASTTests",
6+
"AST/Interp:InterpTests",
67
"ASTMatchers:ASTMatchersTests",
78
"ASTMatchers/Dynamic:DynamicASTMatchersTests",
89
"Basic:BasicTests",

0 commit comments

Comments
 (0)