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

4.115
Last change on this file since b0792d23 was bd1505b2, checked in by Joel Sherrill <joel.sherrill@…>, on 07/31/11 at 22:40:31

2011-07-31 Joel Sherrill <joel.sherrilL@…>

PR 1855/cpukit

  • Makefile.am, configure.ac: Correct signal processing during pthread_join. We are supposed to unblock the thread waiting on a pthread_join(), dispatch the signal handler, account for it potentially overwriting errno, and then have the thread return to blocking within pthread_join().
  • psxeintr_join/.cvsignore, psxeintr_join/Makefile.am, psxeintr_join/init.c, psxeintr_join/psxeintr_join.doc, psxeintr_join/psxeintr_join.scn: New files.
  • Property mode set to 100644
File size: 1.1 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 psx16 \
11    psxaio01 psxaio02 psxaio03 \
12    psxalarm01 psxautoinit01 psxautoinit02 psxbarrier01 \
13    psxcancel psxcancel01 psxclassic01 psxcleanup psxcleanup01 \
14    psxcond01 psxenosys psxkey01 psxkey02 psxkey03 \
15    psxitimer psxmsgq01 psxmsgq02 psxmsgq03 psxmsgq04 \
16    psxmutexattr01 psxobj01 psxrwlock01 psxsem01 psxsignal01 psxsignal02 \
17    psxsignal03 psxsignal04 psxsignal05 psxsignal06 \
18    psxspin01 psxspin02 psxsysconf \
19    psxtime psxtimer01 psxtimer02 psxualarm psxusleep psxfatal01 psxfatal02 \
20    psxintrcritical01 psxstack01 psxstack02 \
21    psxeintr_join
22endif
23
24## File IO tests
25SUBDIRS += psxfile01 psxfile02 psxfilelock01 psxgetrusage01 psxid01 \
26    psximfs01 psximfs02 psxreaddir psxstat psxmount psx13 psxchroot01 \
27    psxpasswd01 psxpasswd02 psxpipe01 psxtimes01 psxfchx01
28
29SUBDIRS += psxrdwrv
30
31include $(top_srcdir)/../automake/subdirs.am
32include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.