source: rtems/testsuites/psxtests/Makefile.am @ 88271c33

4.104.115
Last change on this file since 88271c33 was 88271c33, checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/09 at 20:36:36

2009-09-13 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new test to exercise clock and delay services enabled when POSIX threads are disabled. This is split from psx01. POSIX test suite now enabled when POSIX threads are disabled so only enable tests which are appropriate.
  • psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c, psxclock/psxclock.doc, psxclock/psxclock.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 psxautoinit01 psxautoinit02 psxbarrier01 \
11    psxcancel psxcleanup psxcond01 psxenosys psxkey01 psxkey02 psxkey03 \
12    psxitimer psxmsgq01 psxmsgq02 psxmsgq03 psxmsgq04 psxmutexattr01 psxobj01 \
13    psxrwlock01 psxsem01 psxsignal01 psxsignal02 psxsignal03 psxsignal04 \
14    psxsignal05 psxspin01 psxspin02 psxsysconf psxtime psxtimer01 psxtimer02 \
15    psxualarm psxfatal01 psxfatal02 \
16    psxintrcritical01 psxstack01
17endif
18
19if HAS_POSIX
20## File IO tests
21SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
22endif
23
24## Until sys/uio.h is moved to libcsupport, we have to have networking
25## enabled to support readv and writev.  Hopefully this is a temporary
26## situation.
27if HAS_NETWORKING
28if HAS_POSIX
29SUBDIRS += psxrdwrv
30endif
31endif
32
33DIST_SUBDIRS = $(SUBDIRS) psxfatal_support
34EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
35
36include $(top_srcdir)/../automake/subdirs.am
37include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.