We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593521b commit bdc6691Copy full SHA for bdc6691
llvm/utils/gn/secondary/clang/unittests/AST/Interp/BUILD.gn
@@ -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
@@ -3,6 +3,7 @@ import("//clang/lib/StaticAnalyzer/Frontend/enable.gni")
group("unittests") {
deps = [
"AST:ASTTests",
+ "AST/Interp:InterpTests",
"ASTMatchers:ASTMatchersTests",
"ASTMatchers/Dynamic:DynamicASTMatchersTests",
"Basic:BasicTests",
0 commit comments