source: rtems/testsuites/psxtests/Makefile.am @ 9a4eca5

5
Last change on this file since 9a4eca5 was 6131b84, checked in by Joel Sherrill <joel@…>, on 03/09/16 at 21:15:37

Add pthread_condattr_getclock() and pthread_condattr_setclock()

updates #2608.

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[7862f888]1ACLOCAL_AMFLAGS = -I ../aclocal
[908436c1]2
[1461b648]3_SUBDIRS = psxclock
[88271c33]4if HAS_POSIX
[1461b648]5_SUBDIRS += psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \
[76e9a52f]6    psx10 psx11 psx12 psx13 psx14 psx15 psx16 \
7    psxaio01 psxaio02 psxaio03 \
[a0cd0829]8    psxalarm01 psxautoinit01 psxautoinit02 psxbarrier01 \
[408eea8]9    psxcancel psxcancel01 psxclassic01 psxcleanup psxcleanup01 \
[6131b84]10    psxconcurrency01 psxcond01 psxcond02 psxconfig01 psxenosys \
[e6e4eec]11    psxitimer psxmsgq01 psxmsgq02 psxmsgq03 psxmsgq04 \
[bfd225e]12    psxmutexattr01 psxobj01 psxrwlock01 psxsem01 psxsignal01 psxsignal02 \
[4fcd106]13    psxsignal03 psxsignal04 psxsignal05 psxsignal06 \
14    psxspin01 psxspin02 psxsysconf \
[ea7d86b]15    psxtime psxtimer01 psxtimer02 psxualarm psxusleep psxfatal01 psxfatal02 \
[bd1505b2]16    psxintrcritical01 psxstack01 psxstack02 \
[56c7192]17    psxeintr_join psxgetattrnp01 psxclock01
[dcb1dc4d]18_SUBDIRS += psxcleanup02
[a38ced2]19if HAS_CPLUSPLUS
20_SUBDIRS += psxglobalcon01
21_SUBDIRS += psxglobalcon02
22endif
[88271c33]23endif
[908436c1]24
[41f17ba]25## File IO tests
[1461b648]26_SUBDIRS += psxfile01 psxfile02 psxfilelock01 psxgetrusage01 psxid01 \
[d08ba49e]27    psximfs01 psximfs02 psxreaddir psxstat psxmount psx13 psxchroot01 \
28    psxpasswd01 psxpasswd02 psxpipe01 psxtimes01 psxfchx01
[88271c33]29
[e6c87f7]30## POSIX Keys are always available
[1461b648]31_SUBDIRS += psxkey01 psxkey02 psxkey03 psxkey04 \
[e6c87f7]32    psxkey05 psxkey06 psxkey08 psxkey09 psxkey10
33## But some of the tests need other POSIX features
34if HAS_POSIX
[1461b648]35_SUBDIRS += psxkey07
[e6c87f7]36endif
37
[6592cab]38## POSIX Once is always available
[1461b648]39_SUBDIRS += psxonce01
[6592cab]40
[1461b648]41_SUBDIRS += psxrdwrv
[920343e]42
[1461b648]43include $(top_srcdir)/../automake/test-subdirs.am
[d549d0a6]44include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.