1import("//llvm/utils/unittest/unittest.gni") 2 3unittest("LexTests") { 4 configs += [ "//llvm/utils/gn/build:clang_code" ] 5 deps = [ 6 "//clang/lib/AST", 7 "//clang/lib/Basic", 8 "//clang/lib/Lex", 9 "//clang/lib/Parse", 10 "//clang/lib/Sema", 11 "//llvm/lib/Support", 12 ] 13 sources = [ 14 "DependencyDirectivesSourceMinimizerTest.cpp", 15 "HeaderMapTest.cpp", 16 "HeaderSearchTest.cpp", 17 "LexerTest.cpp", 18 "PPCallbacksTest.cpp", 19 "PPConditionalDirectiveRecordTest.cpp", 20 ] 21} 22