Changeset 458d4e66 in rtems


Ignore:
Timestamp:
11/11/99 02:23:04 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
dc83752
Parents:
713b2ea
Message:

Added new test sp28 to test the task variable directives.

Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/sptests/Makefile.am

    r713b2ea r458d4e66  
    1616## sp10 and spfatal are not included for now
    1717SUBDIRS = . sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \
    18     sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 spsize
     18    sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 sp28 spsize
    1919
    2020include $(top_srcdir)/../../../../automake/subdirs.am
  • c/src/tests/sptests/configure.in

    r713b2ea r458d4e66  
    6666sp26/Makefile
    6767sp27/Makefile
     68sp28/Makefile
    6869spsize/Makefile
    6970)
  • testsuites/sptests/Makefile.am

    r713b2ea r458d4e66  
    1616## sp10 and spfatal are not included for now
    1717SUBDIRS = . sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \
    18     sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 spsize
     18    sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 sp28 spsize
    1919
    2020include $(top_srcdir)/../../../../automake/subdirs.am
Note: See TracChangeset for help on using the changeset viewer.