llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn

import("//third-party/unittest/unittest.gni")

unittest("DebugInfoCodeViewTests") {
  deps = [
    "//llvm/lib/DebugInfo/CodeView",
    "//llvm/lib/Testing/Support",
  ]
  sources = [
    "GUIDFormatTest.cpp",
    "RandomAccessVisitorTest.cpp",
    "TypeHashingTest.cpp",
    "TypeIndexDiscoveryTest.cpp",
  ]
}