summaryrefslogtreecommitdiffstats
path: root/c/src/tests/itrontests/itrontask02/Makefile.in
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-15 21:19:58 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-15 21:19:58 +0000
commit0f88857a3a0793cb494a40cc61954e2f01ef0ef8 (patch)
tree5f0078a5e83cd304ebd5b4930ea0b9817d34f4c3 /c/src/tests/itrontests/itrontask02/Makefile.in
parentAdded paragraph describing SUSP. (diff)
downloadrtems-0f88857a3a0793cb494a40cc61954e2f01ef0ef8.tar.bz2
+ Changed preempt routine into two dummy tasks one that is in dormant
state and one that is in non-dormant state. + Increased the priority of the Init task to force the dummy tasks to run first. + Added calls to ref_tsk to verify the state of the dummy tasks and test ref_tsk.
Diffstat (limited to 'c/src/tests/itrontests/itrontask02/Makefile.in')
-rw-r--r--c/src/tests/itrontests/itrontask02/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/itrontests/itrontask02/Makefile.in b/c/src/tests/itrontests/itrontask02/Makefile.in
index 64b03a31b8..0a36704325 100644
--- a/c/src/tests/itrontests/itrontask02/Makefile.in
+++ b/c/src/tests/itrontests/itrontask02/Makefile.in
@@ -19,7 +19,7 @@ PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
# C source names, if any, go here -- minus the .c
-C_PIECES = init preempt
+C_PIECES = init dormant
C_FILES = $(C_PIECES:%=%.c)
C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)