From 06380cfeac48b3963f9abd5fe256cd73d845bcd3 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Mon, 15 Nov 1999 21:25:53 +0000 Subject: + Added check that a task could be sent to a dormant state then sta_tsk used to restart the task to its initial state. + Added calls to ref_tsk to yellow paths for suspended and ready but not running tasks. + Fixed output file to correctly state test name + Added priority of preempt to the header file. Allows ref_tsk verification. --- testsuites/itrontests/itrontask03/system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/itrontests/itrontask03/system.h') diff --git a/testsuites/itrontests/itrontask03/system.h b/testsuites/itrontests/itrontask03/system.h index 4e4a1ac7ae..546b6dd415 100644 --- a/testsuites/itrontests/itrontask03/system.h +++ b/testsuites/itrontests/itrontask03/system.h @@ -40,6 +40,8 @@ void Task_3(); #define TA2_ID 4 #define TA3_ID 5 + +#define PREEMPT_PRIORITY 1 TEST_EXTERN rtems_id Global_variable; /* example global variable */ /* end of include file */ -- cgit v1.2.3