Changeset bab5ba44 in rtems


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

Added more tasking tests.

Files:
3 edited

Legend:

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

    re099180 rbab5ba44  
    1414all-local: $(PREINSTALLDIRS)
    1515
    16 ITRON_DIRS = itronhello itrontask01 itronmbf01 itronsem01 itrontime01
     16ITRON_DIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \
     17    itronmbf01 itronsem01 itrontime01
    1718
    1819SUBDIRS = $(ITRON_DIRS)
  • c/src/tests/itrontests/configure.in

    re099180 rbab5ba44  
    4545itronsem01/Makefile
    4646itrontask01/Makefile
     47itrontask02/Makefile
     48itrontask03/Makefile
     49itrontask04/Makefile
    4750itrontime01/Makefile
    4851)
  • testsuites/itrontests/Makefile.am

    re099180 rbab5ba44  
    1414all-local: $(PREINSTALLDIRS)
    1515
    16 ITRON_DIRS = itronhello itrontask01 itronmbf01 itronsem01 itrontime01
     16ITRON_DIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \
     17    itronmbf01 itronsem01 itrontime01
    1718
    1819SUBDIRS = $(ITRON_DIRS)
Note: See TracChangeset for help on using the changeset viewer.