14 lines
263 B
Plaintext
14 lines
263 B
Plaintext
|
import("//llvm/utils/unittest/unittest.gni")
|
||
|
|
||
|
unittest("DebugInfoMSFTests") {
|
||
|
deps = [
|
||
|
"//llvm/lib/DebugInfo/MSF",
|
||
|
"//llvm/lib/Testing/Support",
|
||
|
]
|
||
|
sources = [
|
||
|
"MSFBuilderTest.cpp",
|
||
|
"MSFCommonTest.cpp",
|
||
|
"MappedBlockStreamTest.cpp",
|
||
|
]
|
||
|
}
|