source: rtems/testsuites/psxtests/Makefile.am @ 330e858c

4.104.115
Last change on this file since 330e858c was 330e858c, checked in by Joel Sherrill <joel.sherrill@…>, on 07/29/09 at 20:15:33

2009-07-29 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add shell of new test.
  • psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
  • Property mode set to 100644
File size: 1007 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[908436c1]4
[7862f888]5ACLOCAL_AMFLAGS = -I ../aclocal
[908436c1]6
[5c16852]7SUBDIRS = psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \
[13a4c71c]8    psx10 psx11 psx12 psx13 psx14 psxautoinit01 psxautoinit02 psxbarrier01 \
[6ffde61]9    psxcancel psxcleanup psxcond01 psxenosys psxkey01 psxitimer psxmsgq01 \
[330e858c]10    psxmsgq02 psxmsgq03 psxmsgq04 psxmutexattr01 psxobj01 psxrwlock01 psxsem01 \
[2ad8f85]11    psxsignal01 psxsignal02 psxsignal03 psxspin01 psxspin02 psxsysconf \
12    psxtime psxtimer01 psxtimer02 psxualarm \
[6ffde61]13    psxfatal01 psxfatal02 \
14    psxintrcritical01
[908436c1]15
[41f17ba]16## File IO tests
[c3a8293]17SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
[41f17ba]18## Until sys/uio.h is moved to libcsupport, we have to have networking
19## enabled to support readv and writev.  Hopefully this is a temporary
20## situation.
21if HAS_NETWORKING
22SUBDIRS += psxrdwrv
23endif
24
[920343e]25DIST_SUBDIRS = $(SUBDIRS) psxfatal_support
26EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
27
[d549d0a6]28include $(top_srcdir)/../automake/subdirs.am
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.