source: rtems/testsuites/psxtests/Makefile.am @ 4fcd106

4.115
Last change on this file since 4fcd106 was 4fcd106, checked in by Joel Sherrill <joel.sherrill@…>, on 10/21/10 at 22:05:17

2010-10-21 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: New test to ensure pthread_cond_wait() and sleep() (e.g. interruptible blocking and sleeping) are interruptible by signal.
  • psxsignal06/.cvsignore, psxsignal06/Makefile.am, psxsignal06/init.c, psxsignal06/psxsignal06.doc, psxsignal06/psxsignal06.scn: New files.
  • Property mode set to 100644
File size: 1.3 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = psxclock
8if HAS_POSIX
9SUBDIRS += psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \
10    psx10 psx11 psx12 psx13 psx14 psx15 psxaio01 psxaio02 psxalarm01 \
11    psxautoinit01 psxautoinit02 psxbarrier01 \
12    psxcancel psxcancel01 psxcleanup psxcleanup01 \
13    psxcond01 psxenosys psxkey01 psxkey02 psxkey03 \
14    psxitimer psxmsgq01 psxmsgq02 psxmsgq03 psxmsgq04 \
15    psxmutexattr01 psxobj01 psxrwlock01 psxsem01 psxsignal01 psxsignal02 \
16    psxsignal03 psxsignal04 psxsignal05 psxsignal06 \
17    psxspin01 psxspin02 psxsysconf \
18    psxtime psxtimer01 psxtimer02 psxualarm psxusleep psxfatal01 psxfatal02 \
19    psxintrcritical01 psxstack01 psxstack02
20endif
21
22## File IO tests
23SUBDIRS += psxfile01 psxfile02 psxfilelock01 psxgetrusage01 psxid01 \
24    psximfs01 psximfs02 psxreaddir psxstat psxmount psx13 psxchroot01 \
25    psxpasswd01 psxpasswd02 psxpipe01 psxtimes01 psxfchx01
26
27## Until sys/uio.h is moved to libcsupport, we have to have networking
28## enabled to support readv and writev.  Hopefully this is a temporary
29## situation.
30## if NEWLIB
31SUBDIRS += psxrdwrv
32## endif
33
34DIST_SUBDIRS = $(SUBDIRS) psxfatal_support
35EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
36
37include $(top_srcdir)/../automake/subdirs.am
38include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.