source: rtems/testsuites/psxtests/Makefile.am @ 161f54b4

4.104.115
Last change on this file since 161f54b4 was 161f54b4, checked in by Joel Sherrill <joel.sherrill@…>, on 12/28/09 at 16:43:10

2009-12-28 Shrikant Gaikwad <n3oo3n@…>

  • psx13/test.c, psx13/psx13.scn Added new routine PipeTestNull?() to cover the trivial NULL case for pipe function.
  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[811804fe]1##
2## $Id$
3##
[908436c1]4
[7862f888]5ACLOCAL_AMFLAGS = -I ../aclocal
[908436c1]6
[88271c33]7SUBDIRS = psxclock
8if HAS_POSIX
9SUBDIRS += psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \
[a4506973]10    psx10 psx11 psx12 psx13 psx14 psxalarm01 \
11    psxautoinit01 psxautoinit02 psxbarrier01 \
[a3a9a2d]12    psxcancel psxcancel01 psxcleanup psxcleanup01 \
13    psxcond01 psxenosys psxkey01 psxkey02 \
[bfd225e]14    psxkey03 psxitimer psxmsgq01 psxmsgq02 psxmsgq03 psxmsgq04 \
15    psxmutexattr01 psxobj01 psxrwlock01 psxsem01 psxsignal01 psxsignal02 \
16    psxsignal03 psxsignal04 psxsignal05 psxspin01 psxspin02 psxsysconf \
[ea7d86b]17    psxtime psxtimer01 psxtimer02 psxualarm psxusleep psxfatal01 psxfatal02 \
[c05f2010]18    psxintrcritical01 psxstack01
[88271c33]19endif
[908436c1]20
[41f17ba]21## File IO tests
[4828ee2]22SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01 \
23  psxpasswd01
[88271c33]24
[41f17ba]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.
[161f54b4]28## if NEWLIB
[41f17ba]29SUBDIRS += psxrdwrv
[161f54b4]30## endif
[41f17ba]31
[920343e]32DIST_SUBDIRS = $(SUBDIRS) psxfatal_support
33EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
34
[d549d0a6]35include $(top_srcdir)/../automake/subdirs.am
36include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.