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

4.104.115
Last change on this file since a3a9a2d was a3a9a2d, checked in by Joel Sherrill <joel.sherrill@…>, on 10/12/09 at 00:00:04

2009-10-11 Joel Sherrill <joel.sherrill@…>

  • psxcleanup/system.h: Fix typo.
  • Makefile.am, configure.ac: Add new test for exercising pushing and popping a clean up handler without actually executing it.
  • psxcleanup01/.cvsignore, psxcleanup01/Makefile.am, psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc, psxcleanup01/psxcleanup01.scn: New files.
  • Property mode set to 100644
File size: 1.2 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 psxalarm01 \
11    psxautoinit01 psxautoinit02 psxbarrier01 \
12    psxcancel psxcancel01 psxcleanup psxcleanup01 \
13    psxcond01 psxenosys psxkey01 psxkey02 \
14    psxkey03 psxitimer psxmsgq01 psxmsgq02 psxmsgq03 psxmsgq04 \
15    psxmutexattr01 psxobj01 psxrwlock01 psxsem01 psxsignal01 psxsignal02 \
16    psxsignal03 psxsignal04 psxsignal05 psxspin01 psxspin02 psxsysconf \
17    psxtime psxtimer01 psxtimer02 psxualarm psxfatal01 psxfatal02 \
18    psxintrcritical01 psxstack01
19endif
20
21if HAS_POSIX
22## File IO tests
23SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
24endif
25
26## Until sys/uio.h is moved to libcsupport, we have to have networking
27## enabled to support readv and writev.  Hopefully this is a temporary
28## situation.
29if HAS_NETWORKING
30if HAS_POSIX
31SUBDIRS += psxrdwrv
32endif
33endif
34
35DIST_SUBDIRS = $(SUBDIRS) psxfatal_support
36EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
37
38include $(top_srcdir)/../automake/subdirs.am
39include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.