xref: /llvm-project/compiler-rt/lib/tsan/tests/unit/CMakeLists.txt (revision f78d49e06883fddb9daaea22077d98fa3e9b4801)
1set(TSAN_UNIT_TEST_SOURCES
2  tsan_dense_alloc_test.cpp
3  tsan_flags_test.cpp
4  tsan_ilist_test.cpp
5  tsan_mman_test.cpp
6  tsan_shadow_test.cpp
7  tsan_stack_test.cpp
8  tsan_sync_test.cpp
9  tsan_trace_test.cpp
10  tsan_unit_test_main.cpp
11  tsan_vector_clock_test.cpp
12  )
13
14add_tsan_unittest(TsanUnitTest
15  SOURCES ${TSAN_UNIT_TEST_SOURCES})
16