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

4.115
Last change on this file since bcefae2e was bcefae2e, checked in by Christopher Kerl <zargyyoyo@…>, on 01/11/13 at 20:15:24

Create POSIX Timing Test psxtmcond03

  • Property mode set to 100644
File size: 1021 bytes
RevLine 
[519928c3]1ACLOCAL_AMFLAGS = -I ../aclocal
2
[02a7789]3SUBDIRS =
4
[519928c3]5if HAS_POSIX
[602b1f61]6SUBDIRS += psxtmbarrier01
[e694c2d4]7SUBDIRS += psxtmbarrier02
[4f6cc11d]8SUBDIRS += psxtmbarrier03
[cc2857a]9SUBDIRS += psxtmcond01
[55ea222]10SUBDIRS += psxtmcond02
[bcefae2e]11SUBDIRS += psxtmcond03
[7f97cb3]12SUBDIRS += psxtmcond05
[7be58fc]13SUBDIRS += psxtmkey01
[43469af]14SUBDIRS += psxtmkey02
[f9c2370]15SUBDIRS += psxtmmq01
[02a7789]16SUBDIRS += psxtmmutex01
17SUBDIRS += psxtmmutex02
18SUBDIRS += psxtmmutex03
[88d965b6]19SUBDIRS += psxtmmutex04
[c632c5f2]20SUBDIRS += psxtmmutex05
[a87d1b1]21SUBDIRS += psxtmmutex06
[92f93e8]22SUBDIRS += psxtmmutex07
[02a7789]23SUBDIRS += psxtmnanosleep01
24SUBDIRS += psxtmnanosleep02
[8fffe77]25SUBDIRS += psxtmrwlock01
[f8d760b]26SUBDIRS += psxtmrwlock02
[d83f90b]27SUBDIRS += psxtmrwlock03
[a6284c9e]28SUBDIRS += psxtmrwlock04
[21889ea]29SUBDIRS += psxtmrwlock05
[e0983d1f]30SUBDIRS += psxtmrwlock06
[aa66acb]31SUBDIRS += psxtmrwlock07
[f31fcd44]32SUBDIRS += psxtmsem01
[8f37695]33SUBDIRS += psxtmsem02
[9688b8fd]34SUBDIRS += psxtmsem03
[7d931f6a]35SUBDIRS += psxtmsem04
[99a074de]36SUBDIRS += psxtmsem05
[dfe9034]37SUBDIRS += psxtmsleep01
38SUBDIRS += psxtmsleep02
39SUBDIRS += psxtmthread01
40SUBDIRS += psxtmthread03
[519928c3]41endif
42
43DIST_SUBDIRS = $(SUBDIRS)
44
45include $(top_srcdir)/../automake/subdirs.am
46include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.