source: rtems/testsuites/psxtests/Makefile.am @ 9c34c02

4.104.115
Last change on this file since 9c34c02 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
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 psxmsgq03 psxobj01 psxrwlock01 psxsem01 \
10    psxspin01 psxenosys psxsignal01 psxsysconf psxualarm psxkey01 \
11    psxfatal01 psxfatal02 psxitimer
12
13## File IO tests
14SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
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
22DIST_SUBDIRS = $(SUBDIRS) psxfatal_support
23EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
24
25
26include $(top_srcdir)/../automake/subdirs.am
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.