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

4.10
Last change on this file since 8591004 was 8591004, checked in by Joel Sherrill <joel@…>, on 09/05/16 at 22:42:27

Backport capability to exclude tests from building

Backported build infrastructure and .tcfg files from master.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7_SUBDIRS = psxclock
8if HAS_POSIX
9_SUBDIRS += psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \
10    psx10 psx11 psx12 psx13 psx14 psx16 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 psxusleep psxfatal01 psxfatal02 \
18    psxintrcritical01 psxstack01 psxeintr_join
19endif
20
21## File IO tests
22_SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01 \
23  psxpasswd01
24
25## Until sys/uio.h is moved to libcsupport, we have to have networking
26## enabled to support readv and writev.  Hopefully this is a temporary
27## situation.
28## if NEWLIB
29_SUBDIRS += psxrdwrv
30## endif
31
32DIST_SUBDIRS = $(SUBDIRS) psxfatal_support
33EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
34
35include $(top_srcdir)/../automake/test-subdirs.am
36include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.