summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/XRay/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/XRay/CMakeLists.txt')
-rw-r--r--llvm/unittests/XRay/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/unittests/XRay/CMakeLists.txt b/llvm/unittests/XRay/CMakeLists.txt
index 5f2453388f4..6293c8e9dc7 100644
--- a/llvm/unittests/XRay/CMakeLists.txt
+++ b/llvm/unittests/XRay/CMakeLists.txt
@@ -1,11 +1,13 @@
set(LLVM_LINK_COMPONENTS
Support
XRay
+ TestingSupport
)
add_llvm_unittest(XRayTests
ProfileTest.cpp
FDRBlockIndexerTest.cpp
+ FDRBlockVerifierTest.cpp
FDRProducerConsumerTest.cpp
FDRRecordPrinterTest.cpp
FDRTraceWriterTest.cpp
OpenPOWER on IntegriCloud