xref: /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/XRay/BUILD.gn
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import("//third-party/unittest/unittest.gni")
2
3unittest("XRayTests") {
4  deps = [
5    "//llvm/lib/Support",
6    "//llvm/lib/Testing/Support",
7    "//llvm/lib/XRay",
8  ]
9  sources = [
10    "FDRBlockIndexerTest.cpp",
11    "FDRBlockVerifierTest.cpp",
12    "FDRProducerConsumerTest.cpp",
13    "FDRRecordPrinterTest.cpp",
14    "FDRRecordsTest.cpp",
15    "FDRTraceWriterTest.cpp",
16    "GraphTest.cpp",
17    "ProfileTest.cpp",
18  ]
19}
20

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026