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

4.104.114.95
Last change on this file since e889a857 was 920343e, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/08 at 23:42:50

2008-01-31 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: New tests.
  • psxfatal01/.cvsignore, psxfatal01/Makefile.am, psxfatal01/psxfatal01.scn, psxfatal01/testcase.h, psxfatal02/.cvsignore, psxfatal02/Makefile.am, psxfatal02/psxfatal02.scn, psxfatal02/testcase.h, psxfatal_support/init.c, psxfatal_support/system.h: New files.
  • Property mode set to 100644
File size: 821 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \
8    psx10 psx11 psx12 psx13 psx14 psxcleanup psxtime psxtimer01 psxtimer02 \
9    psxcancel psxbarrier01 psxmsgq01 psxrwlock01 psxsem01 psxspin01 \
10    psxenosys psxsignal01 psxsysconf psxualarm psxfatal01 psxfatal02
11
12## File IO tests
13SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
14## Until sys/uio.h is moved to libcsupport, we have to have networking
15## enabled to support readv and writev.  Hopefully this is a temporary
16## situation.
17if HAS_NETWORKING
18SUBDIRS += psxrdwrv
19endif
20
21DIST_SUBDIRS = $(SUBDIRS) psxfatal_support
22EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
23
24
25include $(top_srcdir)/../automake/subdirs.am
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.