• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import("//llvm/utils/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  ]
10  sources = [
11    "CharInfoTest.cpp",
12    "DiagnosticTest.cpp",
13    "FileEntryTest.cpp",
14    "FileManagerTest.cpp",
15    "LineOffsetMappingTest.cpp",
16    "SourceManagerTest.cpp",
17  ]
18}
19