summaryrefslogtreecommitdiffstats
path: root/spec/testsuites/validation-tls-1.yml
blob: 1f4dcaa7f3ec799687fe924c47f220931168cdbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
links:
- role: requirement-refinement
  uid: /req/test-suites
test-brief: |
  This validation test suite contains test cases related to the thread-local
  storage support.
test-code: |
  const char rtems_test_name[] = "${.:/test-suite-name}";

  #define CONFIGURE_IDLE_TASK_STORAGE_SIZE \
    ( RTEMS_MINIMUM_STACK_SIZE + 4096 )

  #include "ts-idle.h"
test-description: null
test-includes: []
test-local-includes: []
test-suite-name: ValidationTls1
test-target: testsuites/validation/ts-validation-tls-1.c
type: test-suite