• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import("//llvm/utils/unittest/unittest.gni")
2
3unittest("DebugInfoCodeViewTests") {
4  deps = [
5    "//llvm/lib/DebugInfo/CodeView",
6    "//llvm/lib/Testing/Support",
7  ]
8  sources = [
9    "RandomAccessVisitorTest.cpp",
10    "TypeHashingTest.cpp",
11    "TypeIndexDiscoveryTest.cpp",
12  ]
13}
14