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

4.115
Last change on this file since e9a1c99 was e9a1c99, checked in by Daniel Ramirez <javamonn@…>, on 11/27/13 at 23:56:53

psxtmtests: copy psxtmthread05 to psxtmthread06, fix psxtmthread05

The psxtmthread05 test was testing the functionality meant for
psxtmthread06. This patch copies the psxtmthread05 to psxtmthread06
and modifies psxtmthread05 to test the intended functionality.

  • 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 += psxtmthread02
44SUBDIRS += psxtmthread03
45SUBDIRS += psxtmthread05
46SUBDIRS += psxtmthread06
47endif
48
49DIST_SUBDIRS = $(SUBDIRS)
50
51include $(top_srcdir)/../automake/subdirs.am
52include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.