brintos

brintos / llvm-project-archived public Read only

0
0
Text · 336 B · 005457e Raw
16 lines · plain
1set(TSAN_UNIT_TEST_SOURCES2  tsan_dense_alloc_test.cpp3  tsan_flags_test.cpp4  tsan_ilist_test.cpp5  tsan_mman_test.cpp6  tsan_shadow_test.cpp7  tsan_stack_test.cpp8  tsan_sync_test.cpp9  tsan_trace_test.cpp10  tsan_unit_test_main.cpp11  tsan_vector_clock_test.cpp12  )13 14add_tsan_unittest(TsanUnitTest15  SOURCES ${TSAN_UNIT_TEST_SOURCES})16