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

4.115
Last change on this file since e214280b was 72f3b05, checked in by Christopher Kerl <zargyyoyo@…>, on 01/11/13 at 20:33:37

Create POSIX Timing Test psxtmcond09

Modifications were made to this submission allow the same init.c
file to be ran by three tests that were very similar using posix
pthread_cond_timedwait and pthread_cond_wait.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS =
4
5if HAS_POSIX
6SUBDIRS += psxtmbarrier01
7SUBDIRS += psxtmbarrier02
8SUBDIRS += psxtmbarrier03
9SUBDIRS += psxtmcond01
10SUBDIRS += psxtmcond02
11SUBDIRS += psxtmcond03
12SUBDIRS += psxtmcond05
13SUBDIRS += psxtmcond08
14SUBDIRS += psxtmcond09
15SUBDIRS += psxtmcond10
16SUBDIRS += psxtmkey01
17SUBDIRS += psxtmkey02
18SUBDIRS += psxtmmq01
19SUBDIRS += psxtmmutex01
20SUBDIRS += psxtmmutex02
21SUBDIRS += psxtmmutex03
22SUBDIRS += psxtmmutex04
23SUBDIRS += psxtmmutex05
24SUBDIRS += psxtmmutex06
25SUBDIRS += psxtmmutex07
26SUBDIRS += psxtmnanosleep01
27SUBDIRS += psxtmnanosleep02
28SUBDIRS += psxtmrwlock01
29SUBDIRS += psxtmrwlock02
30SUBDIRS += psxtmrwlock03
31SUBDIRS += psxtmrwlock04
32SUBDIRS += psxtmrwlock05
33SUBDIRS += psxtmrwlock06
34SUBDIRS += psxtmrwlock07
35SUBDIRS += psxtmsem01
36SUBDIRS += psxtmsem02
37SUBDIRS += psxtmsem03
38SUBDIRS += psxtmsem04
39SUBDIRS += psxtmsem05
40SUBDIRS += psxtmsleep01
41SUBDIRS += psxtmsleep02
42SUBDIRS += psxtmthread01
43SUBDIRS += psxtmthread03
44endif
45
46DIST_SUBDIRS = $(SUBDIRS)
47
48include $(top_srcdir)/../automake/subdirs.am
49include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.