|
From: <sv...@va...> - 2009-05-18 04:49:23
|
Author: njn Date: 2009-05-18 05:49:20 +0100 (Mon, 18 May 2009) New Revision: 9884 Log: Merge part of r9229 (Helgrind test build tweak) from the DARWIN branch to the trunk. Modified: trunk/helgrind/tests/Makefile.am Modified: trunk/helgrind/tests/Makefile.am =================================================================== --- trunk/helgrind/tests/Makefile.am 2009-05-18 04:41:48 UTC (rev 9883) +++ trunk/helgrind/tests/Makefile.am 2009-05-18 04:49:20 UTC (rev 9884) @@ -101,6 +101,10 @@ check_PROGRAMS += bar_bad bar_trivial endif +if HAVE_PTHREAD_MUTEX_TIMEDLOCK +check_PROGRAMS += tc20_verifywrap +endif + AM_CFLAGS += $(AM_FLAG_M3264_PRI) AM_CXXFLAGS += $(AM_FLAG_M3264_PRI) |