source: rtems/testsuites/psxtmtests/Makefile.am @ 7f97cb3

4.115
Last change on this file since 7f97cb3 was 7f97cb3, checked in by Christopher Kerl <zargyyoyo@…>, on 01/09/13 at 19:27:57

Create POSIX Timing Test psxtmcond05

  • Property mode set to 100644
File size: 998 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS =
4
5if HAS_POSIX
6SUBDIRS += psxtmbarrier01
7SUBDIRS += psxtmbarrier02
8SUBDIRS += psxtmbarrier03
9SUBDIRS += psxtmcond01
10SUBDIRS += psxtmcond02
11SUBDIRS += psxtmcond05
12SUBDIRS += psxtmkey01
13SUBDIRS += psxtmkey02
14SUBDIRS += psxtmmq01
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 += psxtmrwlock04
28SUBDIRS += psxtmrwlock05
29SUBDIRS += psxtmrwlock06
30SUBDIRS += psxtmrwlock07
31SUBDIRS += psxtmsem01
32SUBDIRS += psxtmsem02
33SUBDIRS += psxtmsem03
34SUBDIRS += psxtmsem04
35SUBDIRS += psxtmsem05
36SUBDIRS += psxtmsleep01
37SUBDIRS += psxtmsleep02
38SUBDIRS += psxtmthread01
39SUBDIRS += psxtmthread03
40endif
41
42DIST_SUBDIRS = $(SUBDIRS)
43
44include $(top_srcdir)/../automake/subdirs.am
45include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.