14 lines
285 B
Plaintext
14 lines
285 B
Plaintext
|
import("//llvm/utils/unittest/unittest.gni")
|
||
|
|
||
|
unittest("DebugInfoCodeViewTests") {
|
||
|
deps = [
|
||
|
"//llvm/lib/DebugInfo/CodeView",
|
||
|
"//llvm/lib/Testing/Support",
|
||
|
]
|
||
|
sources = [
|
||
|
"RandomAccessVisitorTest.cpp",
|
||
|
"TypeHashingTest.cpp",
|
||
|
"TypeIndexDiscoveryTest.cpp",
|
||
|
]
|
||
|
}
|