source: rtems/testsuites/psxtests/Makefile.am @ 403c507

4.104.114.95
Last change on this file since 403c507 was c87593f, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/08 at 16:07:12

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

  • Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific portions of Object Services added to API.
  • psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn, psx14/system.h: New files.
  • Property mode set to 100644
File size: 692 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
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
21
22include $(top_srcdir)/../automake/subdirs.am
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.