xref: /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn (revision 7330f729ccf0bd976a06f95fad452fe774fc7fd1)
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