|
From: <sv...@va...> - 2009-01-23 03:40:22
|
Author: njn
Date: 2009-01-23 03:40:09 +0000 (Fri, 23 Jan 2009)
New Revision: 9041
Log:
Fix up selection of Helgrind tests (merged r9040 from DARWIN branch).
Modified:
trunk/helgrind/tests/Makefile.am
Modified: trunk/helgrind/tests/Makefile.am
===================================================================
--- trunk/helgrind/tests/Makefile.am 2009-01-23 03:35:11 UTC (rev 9040)
+++ trunk/helgrind/tests/Makefile.am 2009-01-23 03:40:09 UTC (rev 9041)
@@ -121,15 +121,12 @@
tc24_nonzero_sem.stderr.exp-glibc25-amd64
check_PROGRAMS = \
- bar_bad \
- bar_trivial \
hg01_all_ok \
hg02_deadlock \
hg03_inherit \
hg04_race \
hg05_race2 \
hg06_readshared \
- pth_barrier \
rwlock_race \
rwlock_test \
tc01_simple_race \
@@ -157,6 +154,11 @@
tc23_bogus_condwait \
tc24_nonzero_sem
+if HAVE_PTHREAD_BARRIER
+check_PROGRAMS += bar_bad bar_trivial pth_barrier
+endif
+
+
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include \
-I$(top_srcdir)/coregrind -I$(top_builddir)/include \
-I@VEX_DIR@/pub
|