|
From: <sv...@va...> - 2009-01-23 03:35:25
|
Author: njn Date: 2009-01-23 03:35:11 +0000 (Fri, 23 Jan 2009) New Revision: 9040 Log: Clean up selection of Helgrind tests. Modified: branches/DARWIN/helgrind/tests/Makefile.am Modified: branches/DARWIN/helgrind/tests/Makefile.am =================================================================== --- branches/DARWIN/helgrind/tests/Makefile.am 2009-01-23 03:21:51 UTC (rev 9039) +++ branches/DARWIN/helgrind/tests/Makefile.am 2009-01-23 03:35:11 UTC (rev 9040) @@ -154,14 +154,8 @@ tc23_bogus_condwait \ tc24_nonzero_sem -# DDD: all of these use barriers and/or spinlocks, which are optional in -# pthreads and Darwin doesn't support. Could do a configure-time test like -# the one done for Qt above. -if ! VGCONF_OS_IS_DARWIN - check_PROGRAMS += \ - bar_bad \ - bar_trivial \ - pth_barrier +if HAVE_PTHREAD_BARRIER +check_PROGRAMS += bar_bad bar_trivial pth_barrier endif |