summaryrefslogtreecommitdiffstats
path: root/spec/spec/test-header.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec/test-header.yml')
-rw-r--r--spec/spec/test-header.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/spec/test-header.yml b/spec/spec/test-header.yml
index a15fc5dc..76509f41 100644
--- a/spec/spec/test-header.yml
+++ b/spec/spec/test-header.yml
@@ -16,6 +16,13 @@ spec-info:
header code is placed at file scope after the general test
declarations and before the test run function declaration.
spec-type: optional-str
+ freestanding:
+ description: |
+ The value shall be ``true``, if the test case is freestanding,
+ otherwise ``false``. Freestanding test cases are not statically
+ registered. Instead the generated test runner uses
+ :c:func:`T_case_begin` and :c:func:`T_case_end`.
+ spec-type: bool
includes:
description: |
It shall be a list of header files included by the header file via