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

4.104.114.84.95
Last change on this file since afcd563 was 0af7c20, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/02 at 18:47:07

2002-09-14 Aaron J. Grier <aaron@…>

  • PR271 was not applicable against the current source but included a nice test that Joel decided to add to the tree as sp32.
  • sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
  • Makefile.am, configure.ac: Modified to reflect addition.
  • Property mode set to 100644
File size: 422 bytes
Line 
1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7## sp10 and spfatal are 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 spsize
11
12EXTRA_DIST = sptests.am spfatal
13
14include $(top_srcdir)/../../../../automake/subdirs.am
15include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.