CMakeLists.txt 279 Bytes Raw Blame History Permalink 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})