summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/Makefile.am
blob: 966e959de83680af889cf6a5423aab9d2ba7cce3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
##
## $Id$
##

ACLOCAL_AMFLAGS = -I ../aclocal

SUBDIRS = psxclock
if HAS_POSIX
SUBDIRS += psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \
    psx10 psx11 psx12 psx13 psx14 psx15 psxaio01 psxaio02 psxaio03 \
    psxalarm01 psxautoinit01 psxautoinit02 psxbarrier01 \
    psxcancel psxcancel01 psxclassic01 psxcleanup psxcleanup01 \
    psxcond01 psxenosys psxkey01 psxkey02 psxkey03 \
    psxitimer psxmsgq01 psxmsgq02 psxmsgq03 psxmsgq04 \
    psxmutexattr01 psxobj01 psxrwlock01 psxsem01 psxsignal01 psxsignal02 \
    psxsignal03 psxsignal04 psxsignal05 psxsignal06 \
    psxspin01 psxspin02 psxsysconf \
    psxtime psxtimer01 psxtimer02 psxualarm psxusleep psxfatal01 psxfatal02 \
    psxintrcritical01 psxstack01 psxstack02
endif

## File IO tests
SUBDIRS += psxfile01 psxfile02 psxfilelock01 psxgetrusage01 psxid01 \
    psximfs01 psximfs02 psxreaddir psxstat psxmount psx13 psxchroot01 \
    psxpasswd01 psxpasswd02 psxpipe01 psxtimes01 psxfchx01

## Until sys/uio.h is moved to libcsupport, we have to have networking
## enabled to support readv and writev.  Hopefully this is a temporary
## situation.
## if NEWLIB
SUBDIRS += psxrdwrv
## endif

DIST_SUBDIRS = $(SUBDIRS) psxfatal_support
EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h

include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am