source: rtems/testsuites/psxtests/Makefile.am @ 64bad68b

4.104.115
Last change on this file since 64bad68b was 64bad68b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/09 at 20:21:41

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

  • Makefile.am, configure.ac: Add new test to account for properly handling keys when a thread has non-NULL key value and key has NULL destructor and when a thread has NULL key value and key has destructor.
  • psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c, psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
  • Property mode set to 100644
File size: 1.0 KB
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 psxautoinit02 psxbarrier01 \
9    psxcancel psxcleanup psxcond01 psxenosys psxkey01 psxkey02 psxkey03 \
10    psxitimer psxmsgq01 psxmsgq02 psxmsgq03 psxmsgq04 psxmutexattr01 psxobj01 \
11    psxrwlock01 psxsem01 psxsignal01 psxsignal02 psxsignal03 psxspin01 \
12    psxspin02 psxsysconf psxtime psxtimer01 psxtimer02 psxualarm \
13    psxfatal01 psxfatal02 \
14    psxintrcritical01
15
16## File IO tests
17SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
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
25DIST_SUBDIRS = $(SUBDIRS) psxfatal_support
26EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
27
28include $(top_srcdir)/../automake/subdirs.am
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.