Added more tasking tests.

This commit is contained in:
Joel Sherrill
1999-11-09 23:28:04 +00:00
parent e099180999
commit bab5ba4446
3 changed files with 7 additions and 2 deletions

View File

@@ -13,7 +13,8 @@ $(PREINSTALLDIRS):
all-local: $(PREINSTALLDIRS)
ITRON_DIRS = itronhello itrontask01 itronmbf01 itronsem01 itrontime01
ITRON_DIRS = itronhello itrontask01 itrontask02 itrontask03 itrontask04 \
itronmbf01 itronsem01 itrontime01
SUBDIRS = $(ITRON_DIRS)

View File

@@ -44,5 +44,8 @@ itronhello/Makefile
itronmbf01/Makefile
itronsem01/Makefile
itrontask01/Makefile
itrontask02/Makefile
itrontask03/Makefile
itrontask04/Makefile
itrontime01/Makefile
)