• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(TSAN_RTL_TESTS
2  tsan_bench.cc
3  tsan_mop.cc
4  tsan_mutex.cc
5  tsan_posix.cc
6  tsan_string.cc
7  tsan_test.cc
8  tsan_thread.cc
9  )
10
11if(UNIX AND NOT APPLE)
12  list(APPEND TSAN_RTL_TESTS tsan_test_util_linux.cc)
13endif()
14
15add_tsan_unittest(TsanRtlTest ${TSAN_RTL_TESTS})
16