summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/tests/unit/CMakeLists.txt
blob: 79e334a2c6606842cd420fd8f69e3cc1ef9cab24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(TSAN_UNIT_TEST_SOURCES
  tsan_clock_test.cpp
  tsan_flags_test.cpp
  tsan_mman_test.cpp
  tsan_mutex_test.cpp
  tsan_shadow_test.cpp
  tsan_stack_test.cpp
  tsan_sync_test.cpp
  tsan_unit_test_main.cpp
  )

add_tsan_unittest(TsanUnitTest
  SOURCES ${TSAN_UNIT_TEST_SOURCES})
OpenPOWER on IntegriCloud