|
From: <sv...@va...> - 2009-07-21 11:13:45
|
Author: bart Date: 2009-07-21 12:13:32 +0100 (Tue, 21 Jul 2009) New Revision: 10499 Log: Enabled compilation of tsan_unittest on Darwin. Modified: trunk/drd/tests/Makefile.am Modified: trunk/drd/tests/Makefile.am =================================================================== --- trunk/drd/tests/Makefile.am 2009-07-21 11:12:59 UTC (rev 10498) +++ trunk/drd/tests/Makefile.am 2009-07-21 11:13:32 UTC (rev 10499) @@ -255,10 +255,8 @@ if HAVE_BUILTIN_ATOMIC check_PROGRAMS += annotate_rwlock atomic_var circular_buffer -if ! VGCONF_OS_IS_DARWIN check_PROGRAMS += tsan_unittest endif -endif if HAVE_OPENMP check_PROGRAMS += omp_matinv omp_prime omp_printf |