source: rtems/testsuites/psxtests/Makefile.am @ 115e059

4.115
Last change on this file since 115e059 was b5c9064, checked in by Zhongwei Yao <ashi08104@…>, on 08/05/13 at 13:20:45

Unlimited objects support for POSIX keys

This patch enables unlimited model in POSIX key manger and have a decent
runtime on POSIX key searching, adding and deleting operations. Memory
overhead is lower than current implementation when the size of key and key
value becomes big.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS = psxclock
4if HAS_POSIX
5SUBDIRS += 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    psxcond01 psxconfig01 psxenosys psxkey01 psxkey02 psxkey03 psxkey04 \
11    psxkey05 psxkey06 psxkey07 psxkey08 psxkey09 psxkey10 \
12    psxitimer psxmsgq01 psxmsgq02 psxmsgq03 psxmsgq04 \
13    psxmutexattr01 psxobj01 psxrwlock01 psxsem01 psxsignal01 psxsignal02 \
14    psxsignal03 psxsignal04 psxsignal05 psxsignal06 \
15    psxspin01 psxspin02 psxsysconf \
16    psxtime psxtimer01 psxtimer02 psxualarm psxusleep psxfatal01 psxfatal02 \
17    psxintrcritical01 psxstack01 psxstack02 \
18    psxeintr_join
19endif
20
21## File IO tests
22SUBDIRS += psxfile01 psxfile02 psxfilelock01 psxgetrusage01 psxid01 \
23    psximfs01 psximfs02 psxreaddir psxstat psxmount psx13 psxchroot01 \
24    psxpasswd01 psxpasswd02 psxpipe01 psxtimes01 psxfchx01
25
26SUBDIRS += psxrdwrv
27
28include $(top_srcdir)/../automake/subdirs.am
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.