source: rtems/testsuites/psxtests/Makefile.am @ 06f5ec9

4.104.115
Last change on this file since 06f5ec9 was 9a845e17, checked in by Joel Sherrill <joel.sherrill@…>, on 07/07/09 at 14:30:12

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

  • Makefile.am, configure.ac: Add test of pthread mutex auto intialization.
  • psxautoinit01/.cvsignore, psxautoinit01/Makefile.am, psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
  • Property mode set to 100644
File size: 896 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 psxautoinit01 psxbarrier01 psxcancel \
9    psxcleanup psxenosys psxfatal01 psxfatal02 psxkey01 psxitimer \
10    psxmsgq01 psxmsgq02 psxmsgq03 psxobj01 psxrwlock01 psxsem01 \
11    psxsignal01 psxspin01 psxsysconf psxtime psxtimer01 psxtimer02  \
12    psxualarm
13
14## File IO tests
15SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
16## Until sys/uio.h is moved to libcsupport, we have to have networking
17## enabled to support readv and writev.  Hopefully this is a temporary
18## situation.
19if HAS_NETWORKING
20SUBDIRS += psxrdwrv
21endif
22
23DIST_SUBDIRS = $(SUBDIRS) psxfatal_support
24EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
25
26include $(top_srcdir)/../automake/subdirs.am
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.