xref: /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn (revision d415bd752c734aee168c4ee86ff32e8cc249eb16)
1import("//third-party/unittest/unittest.gni")
2
3unittest("DebugInfoCodeViewTests") {
4  deps = [
5    "//llvm/lib/DebugInfo/CodeView",
6    "//llvm/lib/Testing/Support",
7  ]
8  sources = [
9    "GUIDFormatTest.cpp",
10    "RandomAccessVisitorTest.cpp",
11    "TypeHashingTest.cpp",
12    "TypeIndexDiscoveryTest.cpp",
13  ]
14}
15