source: rtems/testsuites/psxtmtests/Makefile.am @ d83f90b

4.115
Last change on this file since d83f90b was d83f90b, checked in by Joel Sherrill <joel.sherrill@…>, on 08/02/11 at 15:17:17

2011-08-02 Ricardo Aguirre <el.mastin@…>

PR 1878/tests

  • Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_rwlock_timedrdlock - not available, blocks.
  • psxtmrwlock03/.cvsignore, psxtmrwlock03/Makefile.am, psxtmrwlock03/init.c, psxtmrwlock03/psxtmrwlock03.doc: New files.
  • Property mode set to 100644
File size: 823 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS =
8
9if HAS_POSIX
10SUBDIRS += psxtmbarrier01
11SUBDIRS += psxtmbarrier02
12SUBDIRS += psxtmbarrier03
13SUBDIRS += psxtmkey01
14SUBDIRS += psxtmkey02
15SUBDIRS += psxtmmutex01
16SUBDIRS += psxtmmutex02
17SUBDIRS += psxtmmutex03
18SUBDIRS += psxtmmutex04
19SUBDIRS += psxtmmutex05
20SUBDIRS += psxtmmutex06
21SUBDIRS += psxtmmutex07
22SUBDIRS += psxtmnanosleep01
23SUBDIRS += psxtmnanosleep02
24SUBDIRS += psxtmrwlock01
25SUBDIRS += psxtmrwlock02
26SUBDIRS += psxtmrwlock03
27SUBDIRS += psxtmsem01
28SUBDIRS += psxtmsem02
29SUBDIRS += psxtmsem03
30SUBDIRS += psxtmsem04
31SUBDIRS += psxtmsem05
32SUBDIRS += psxtmsleep01
33SUBDIRS += psxtmsleep02
34SUBDIRS += psxtmthread01
35SUBDIRS += psxtmthread03
36endif
37
38DIST_SUBDIRS = $(SUBDIRS)
39
40include $(top_srcdir)/../automake/subdirs.am
41include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.