repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mlir][acc] Introduce MappableType interface (#122146)
[llvm-project.git]
/
compiler-rt
/
lib
/
tsan
/
tests
/
unit
/
CMakeLists.txt
blob
005457e374c4086813a6706f1c56191a9df63098
1
set(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
14
add_tsan_unittest(TsanUnitTest
15
SOURCES ${TSAN_UNIT_TEST_SOURCES})