Temporarily disabled building tsan_unittest on Darwin.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10217
This commit is contained in:
Bart Van Assche 2009-06-03 06:25:04 +00:00
parent 455137340c
commit ee8e69ab60

View File

@ -248,7 +248,10 @@ check_PROGRAMS += boost_thread
endif
if HAVE_BUILTIN_ATOMIC
check_PROGRAMS += annotate_rwlock atomic_var circular_buffer tsan_unittest
check_PROGRAMS += annotate_rwlock atomic_var circular_buffer
if ! VGCONF_OS_IS_DARWIN
check_PROGRAMS += tsan_unittest
endif
endif
if HAVE_OPENMP