]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Temporarily disabled building tsan_unittest on Darwin.
authorBart Van Assche <bvanassche@acm.org>
Wed, 3 Jun 2009 06:25:04 +0000 (06:25 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 3 Jun 2009 06:25:04 +0000 (06:25 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10217

drd/tests/Makefile.am

index e5310f302e737c56178688ae64f4cc25e2d90a02..b34fdb5835b248c7664a077da218b302d86b5e51 100644 (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