summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 23:28:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 23:28:04 +0000
commitbab5ba444676a03c0aa92382d47dbd0830d05322 (patch)
tree092268bf094c688e3ccc5bef3ac8cf2ef596215f /c
parentMerged tests from Task group. (diff)
downloadrtems-bab5ba444676a03c0aa92382d47dbd0830d05322.tar.bz2
Added more tasking tests.
Diffstat (limited to 'c')
-rw-r--r--c/src/tests/itrontests/Makefile.am3
-rw-r--r--c/src/tests/itrontests/configure.in3
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/tests/itrontests/Makefile.am b/c/src/tests/itrontests/Makefile.am
index ff9e16ae5a..632e839962 100644
--- a/c/src/tests/itrontests/Makefile.am
+++ b/c/src/tests/itrontests/Makefile.am
@@ -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)
diff --git a/c/src/tests/itrontests/configure.in b/c/src/tests/itrontests/configure.in
index 34301af2a1..4981ce50a6 100644
--- a/c/src/tests/itrontests/configure.in
+++ b/c/src/tests/itrontests/configure.in
@@ -44,5 +44,8 @@ itronhello/Makefile
itronmbf01/Makefile
itronsem01/Makefile
itrontask01/Makefile
+itrontask02/Makefile
+itrontask03/Makefile
+itrontask04/Makefile
itrontime01/Makefile
)