summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req/perf-construct.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/task/req/perf-construct.yml')
-rw-r--r--spec/rtems/task/req/perf-construct.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/rtems/task/req/perf-construct.yml b/spec/rtems/task/req/perf-construct.yml
index 83ed57de..da8414c1 100644
--- a/spec/rtems/task/req/perf-construct.yml
+++ b/spec/rtems/task/req/perf-construct.yml
@@ -15,7 +15,7 @@ references: []
requirement-type: non-functional
test-body:
brief: |
- Construct a task.
+ Construct a worker task.
code: |
ctx->status = rtems_task_construct( &config, &ctx->worker_id );
description: null
@@ -29,6 +29,7 @@ test-teardown:
T_quiet_rsc_success( ctx->status );
DeleteTask( ctx->worker_id );
+ KillZombies();
return tic == toc;
description: null