llvm-for-llvmta/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn

14 lines
285 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
import("//llvm/utils/unittest/unittest.gni")
unittest("DebugInfoCodeViewTests") {
deps = [
"//llvm/lib/DebugInfo/CodeView",
"//llvm/lib/Testing/Support",
]
sources = [
"RandomAccessVisitorTest.cpp",
"TypeHashingTest.cpp",
"TypeIndexDiscoveryTest.cpp",
]
}