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

4.104.115
Last change on this file since f691e0a was f691e0a, checked in by Joel Sherrill <joel.sherrill@…>, on 07/20/09 at 01:05:33

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

  • Makefile.am, configure.ac: Add sp60 to exercise case where a task is blocked on one period while another expires. Add sp61 which exercises the case where a call is made to rtems_shutdown_executive when the system is not up.
  • sp60/.cvsignore, sp60/Makefile.am, sp60/init.c, sp60/sp60.doc, sp60/sp60.scn, sp61/.cvsignore, sp61/Makefile.am, sp61/init.c, sp61/sp61.doc, sp61/sp61.scn: New files.
  • Property mode set to 100644
File size: 932 bytes
Line 
1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = \
8    sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 \
9    sp11 sp12 sp13 sp14 sp15 sp16 sp17 sp19 \
10    sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 sp27a sp28 sp29 \
11    sp30 sp31 sp32 sp33 sp34 sp35 sp37 sp38 sp39 \
12    sp40 sp42 sp43 sp44 sp45 sp46 sp47 sp48 sp49 \
13    sp50 sp51 sp52 sp53 sp54 sp55 sp56 sp57 sp58 sp59 \
14    sp60 sp61 \
15    spchain spobjgetnext spprintk spsize spstkalloc spthreadq01 \
16    spwatchdog spwkspace \
17    spfatal01 spfatal02 spfatal03 spfatal04 spfatal05 spfatal06 spfatal07 \
18    spfatal08 spfatal09 spfatal10 spfatal11 spfatal12 \
19    spintrcritical01 spintrcritical02 spintrcritical03 spintrcritical04 \
20    spintrcritical05
21 
22DIST_SUBDIRS = $(SUBDIRS) spfatal_support spintrcritical_support
23EXTRA_DIST = spfatal_support/init.c spfatal_support/system.h
24
25include $(top_srcdir)/../automake/subdirs.am
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.