xref: /llvm-project/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn (revision ce2474ff60c9ca0a9a5747e6e401abb284d8378f)
1import("//third-party/unittest/unittest.gni")
2
3unittest("BasicTests") {
4  configs += [ "//llvm/utils/gn/build:clang_code" ]
5  deps = [
6    "//clang/lib/Basic",
7    "//clang/lib/Lex",
8    "//llvm/lib/Support",
9    "//llvm/lib/Testing/Support",
10  ]
11  sources = [
12    "CharInfoTest.cpp",
13    "DarwinSDKInfoTest.cpp",
14    "DiagnosticTest.cpp",
15    "FileEntryTest.cpp",
16    "FileManagerTest.cpp",
17    "LineOffsetMappingTest.cpp",
18    "SanitizersTest.cpp",
19    "SarifTest.cpp",
20    "SourceManagerTest.cpp",
21  ]
22}
23