source: rtems/testsuites/psxtests/Makefile.am @ 41f17ba

4.104.114.95
Last change on this file since 41f17ba was 41f17ba, checked in by Joel Sherrill <joel.sherrill@…>, on 09/24/07 at 21:34:47

2007-09-24 Joel Sherrill <joel.sherrill@…>

PR 1262/filesystem

  • Makefile.am, configure.ac, include/pmacros.h: Add support for readv() and writev() including documentation and test case.
  • psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c, psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
  • Property mode set to 100644
File size: 607 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 psxtime psxtimer psxcancel psxbarrier01 psxmsgq01 \
9    psxrwlock01 psxsem01 psxspin01
10
11## File IO tests
12SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
13
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
21
22include $(top_srcdir)/../automake/subdirs.am
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.