source: rtems/testsuites/sptests/Makefile.am @ eecd655

4.104.115
Last change on this file since eecd655 was eecd655, checked in by Joel Sherrill <joel.sherrill@…>, on 07/20/09 at 14:49:25

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

  • Makefile.am, configure.ac: Add test case for the _Thread_queue_Enqueue_priority interrupt critical section where the TCB we are using as a current pointer is removed from the thread queue when we flash interrupts while searching forward.
  • spintrcritical06/.cvsignore, spintrcritical06/Makefile.am, spintrcritical06/init.c, spintrcritical06/spintrcritical06.doc, spintrcritical06/spintrcritical06.scn: New files.
  • Property mode set to 100644
File size: 1.0 KB
Line 
1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7## Test names are spaced to indicate gaps in numbering from tests being
8## deleted over the years.
9SUBDIRS = \
10    sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 \
11         sp11 sp12 sp13 sp14 sp15 sp16 sp17 sp19 \
12    sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 sp27a sp28 sp29 \
13    sp30 sp31 sp32 sp33 sp34 sp35      sp37 sp38 sp39 \
14    sp40      sp42 sp43 sp44 sp45 sp46 sp47 sp48 sp49 \
15    sp50 sp51 sp52 sp53 sp54 sp55 sp56 sp57 sp58 sp59 \
16    sp60 sp61 \
17    spchain spobjgetnext spprintk spsize spstkalloc spthreadq01 \
18    spwatchdog spwkspace \
19    spfatal01 spfatal02 spfatal03 spfatal04 spfatal05 spfatal06 spfatal07 \
20    spfatal08 spfatal09 spfatal10 spfatal11 spfatal12 \
21    spintrcritical01 spintrcritical02 spintrcritical03 spintrcritical04 \
22    spintrcritical05 spintrcritical06
23 
24DIST_SUBDIRS = $(SUBDIRS) spfatal_support spintrcritical_support
25EXTRA_DIST = spfatal_support/init.c spfatal_support/system.h
26
27include $(top_srcdir)/../automake/subdirs.am
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.