20 lines
418 B
Plaintext
20 lines
418 B
Plaintext
|
import("//llvm/utils/unittest/unittest.gni")
|
||
|
|
||
|
unittest("XRayTests") {
|
||
|
deps = [
|
||
|
"//llvm/lib/Support",
|
||
|
"//llvm/lib/Testing/Support",
|
||
|
"//llvm/lib/XRay",
|
||
|
]
|
||
|
sources = [
|
||
|
"FDRBlockIndexerTest.cpp",
|
||
|
"FDRBlockVerifierTest.cpp",
|
||
|
"FDRProducerConsumerTest.cpp",
|
||
|
"FDRRecordPrinterTest.cpp",
|
||
|
"FDRRecordsTest.cpp",
|
||
|
"FDRTraceWriterTest.cpp",
|
||
|
"GraphTest.cpp",
|
||
|
"ProfileTest.cpp",
|
||
|
]
|
||
|
}
|