summaryrefslogtreecommitdiffstats
path: root/spec/testsuites/validation-tls-0.yml
blob: 5402289a77eecbd776cf0648d74af9b2bb800707 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: requirement-refinement
  uid: validation
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 MAX_TLS_SIZE 1024

  #include "ts-default.h"
test-description: null
test-includes: []
test-local-includes: []
test-target: testsuites/validation/ts-validation-tls-0.c
type: test-suite