~naesten/valgrind/valgrind

« back to all changes in this revision

Viewing changes to memcheck/tests/darwin/Makefile.am

  • Committer: njn
  • Date: 2009-06-24 04:01:41 UTC
  • Revision ID: svn-v4:a5019735-40e9-0310-863c-91ae7b9d1cf9:trunk:10370
Suppress a Cond error in pthread_rwlock_init().  Fixes bug 196528.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
noinst_HEADERS = scalar.h
7
7
 
8
8
EXTRA_DIST = \
 
9
        pth-supp.stderr.exp pth-supp.vgtest \
9
10
        scalar.stderr.exp scalar.vgtest \
10
11
        scalar_fork.stderr.exp scalar_fork.vgtest \
11
12
        scalar_nocancel.stderr.exp scalar_nocancel.vgtest \
12
13
        scalar_vfork.stderr.exp scalar_vfork.vgtest
13
14
 
14
15
check_PROGRAMS = \
 
16
        pth-supp \
15
17
        scalar \
16
18
        scalar_fork \
17
19
        scalar_nocancel \