source: rtems/testsuites/sptests/Makefile.am @ 8f9b2f6

4.104.115
Last change on this file since 8f9b2f6 was 8f9b2f6, checked in by Joel Sherrill <joel.sherrill@…>, on 07/09/09 at 20:23:38

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

  • Makefile.am, configure.ac: Add sp59 to test path through _Thread_queue_First_priority where the task's priority was in the bottom 1/4 of the range.
  • sp59/.cvsignore, sp59/Makefile.am, sp59/init.c, sp59/sp59.doc, sp59/sp59.scn: New files.
  • Property mode set to 100644
File size: 788 bytes
Line 
1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \
8    sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 sp27a sp28 \
9    sp29 sp30 sp31 sp32 sp33 sp34 sp35 sp37 sp38 sp39 sp40 sp41 sp42 sp43 \
10    sp44 sp45 sp46 sp47 sp48 sp49 sp50 sp51 sp52 sp53 sp54 sp55 sp56 sp57 \
11    sp58 sp59 \
12    spchain spobjgetnext spprintk spsize spstkalloc spthreadq01 \
13    spwatchdog spwkspace \
14    spfatal01 spfatal02 spfatal03 spfatal04 spfatal05 spfatal06 spfatal07 \
15    spfatal08 spfatal09 spfatal10 spfatal11 spfatal12
16 
17DIST_SUBDIRS = $(SUBDIRS) spfatal_support
18EXTRA_DIST = spfatal_support/init.c spfatal_support/system.h
19
20include $(top_srcdir)/../automake/subdirs.am
21include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.