[gn build] port aa484c90cf59
authorNico Weber <thakis@chromium.org>
Wed, 7 Sep 2022 22:55:07 +0000 (18:55 -0400)
committerNico Weber <thakis@chromium.org>
Wed, 7 Sep 2022 22:55:07 +0000 (18:55 -0400)
llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn

index 397c12baadaae5cf904e55e106c5d079bda34d11..1493bff6b16b16662c9ea7f611a203bcb466527d 100644 (file)
@@ -9,6 +9,7 @@ unittest("LexTests") {
     "//clang/lib/Parse",
     "//clang/lib/Sema",
     "//llvm/lib/Support",
+    "//llvm/lib/Testing/Support",
   ]
   sources = [
     "DependencyDirectivesScannerTest.cpp",
@@ -17,6 +18,7 @@ unittest("LexTests") {
     "LexerTest.cpp",
     "PPCallbacksTest.cpp",
     "PPConditionalDirectiveRecordTest.cpp",
+    "PPDependencyDirectivesTest.cpp",
     "PPMemoryAllocationsTest.cpp",
   ]
 }