source: rtems/testsuites/psxtests/Makefile.am @ 8228548

5
Last change on this file since 8228548 was 8228548, checked in by Joel Sherrill <joel@…>, on 02/19/16 at 22:00:48

Add pthread_getconcurrency() and pthread_setconcurrency()

This is the very simple implementation specified by the Open Group
for implementations with 1:1 kernel thread to user thread mappings.

http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getconcurrency.html

updates #2680.

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