19 lines · plain
1set(TEST_SOURCES2 allocator_test.cpp3 buffer_queue_test.cpp4 function_call_trie_test.cpp5 profile_collector_test.cpp6 segmented_array_test.cpp7 test_helpers.cpp8 xray_unit_test_main.cpp9 )10 11if (NOT COMPILER_RT_STANDALONE_BUILD OR COMPILER_RT_HAS_LLVMTESTINGSUPPORT)12 list(APPEND TEST_SOURCES13 fdr_controller_test.cpp14 fdr_log_writer_test.cpp15 )16endif()17 18add_xray_unittest(XRayTest SOURCES ${TEST_SOURCES})19