source: rtems/testsuites/sptests/Makefile.am @ 9185d61

4.104.114.95
Last change on this file since 9185d61 was 9185d61, checked in by Joel Sherrill <joel.sherrill@…>, on 01/23/08 at 13:05:55

2008-01-23 Joel Sherrill <joel.sherrill@…>

  • sp39/init.c: Add case for long timeout on blocking operation.
  • Makefile.am, configure.ac: Add new test to exercise thread queue blokcing synchronization. sp39 and sp41 are very similar.
  • sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn, sp41/system.h: New files.
  • Property mode set to 100644
File size: 427 bytes
Line 
1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7## spfatal is not included for now
8SUBDIRS = sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \
9    sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 sp28 sp29 \
10    sp30 sp31 sp32 sp33 sp34 sp35 sp37 sp38 sp39 sp40 sp41 spsize
11DIST_SUBDIRS = $(SUBDIRS) spfatal
12
13include $(top_srcdir)/../automake/subdirs.am
14include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.