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

4.104.115
Last change on this file since c0ae267 was c0ae267, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/09 at 15:17:49

Add new test for error cases in _Objects_Name_to_id_string which is currently only used by POSIX semaphores and message queues.

  • Property mode set to 100644
File size: 866 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 \
[f8d39b8d]8    psx10 psx11 psx12 psx13 psx14 psxcleanup psxtime psxtimer01 psxtimer02  \
[c0ae267]9    psxcancel psxbarrier01 psxmsgq01 psxmsgq03 psxobj01 psxrwlock01 psxsem01 \
[f8d39b8d]10    psxspin01 psxenosys psxsignal01 psxsysconf psxualarm psxkey01 \
[9bced10]11    psxfatal01 psxfatal02 psxitimer
[908436c1]12
[41f17ba]13## File IO tests
[c3a8293]14SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
[41f17ba]15## Until sys/uio.h is moved to libcsupport, we have to have networking
16## enabled to support readv and writev.  Hopefully this is a temporary
17## situation.
18if HAS_NETWORKING
19SUBDIRS += psxrdwrv
20endif
21
[920343e]22DIST_SUBDIRS = $(SUBDIRS) psxfatal_support
23EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
24
[41f17ba]25
[d549d0a6]26include $(top_srcdir)/../automake/subdirs.am
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.