summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-signal-send.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites: Remove stray ';'Sebastian Huber2023-07-211-2/+2
|
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* validation: Derive names from item UIDsSebastian Huber2023-03-131-4/+4
| | | | | | | Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716.
* validation: Test Signal ManagerSebastian Huber2022-03-241-2/+4
| | | | | | | | | | | | The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716.
* validation: Improve generated test codeSebastian Huber2021-09-021-63/+84
| | | | | | | Move the transition map members of the test context to a dedicated structure. Move the transition variant pre-condition prepare, action, and post-condition checks to a separate function to reduce the indentation level and allow skipping of transition variants.
* validation: Add support librarySebastian Huber2021-05-141-1/+1
| | | | | | Add a library for support functions used by validation tests. Rename tc-support.* to tx-support.* since this file does not contain test cases.
* validation: Fix handling of N/A pre-conditionsSebastian Huber2021-05-071-50/+3
| | | | | | | In the action requirements, some pre-conditions are not applicable depending on the state of other pre-conditions. There is no particular order in the pre-conditions, so we have to check the N/A status individually.
* validation: Fix unused variable warningSebastian Huber2021-04-071-3/+2
| | | | | | | Fix warning: testsuites/validation/tc-signal-send.c:634:21: warning: unused variable 'sc' [-Wunused-variable]
* validation: Use support functionsSebastian Huber2021-03-231-67/+15
|
* validation: Reduce source code/rodata sizeSebastian Huber2021-03-191-356/+107
| | | | | Use a common wording for the tests. Use the new templates for action requirements described in the RTEMS Software Engineering manual.
* validation: Use common wordingSebastian Huber2021-03-081-1/+1
|
* validation: Format comment blocksSebastian Huber2021-03-021-14/+10
|
* validation: Add comments to signal testsSebastian Huber2021-03-011-0/+78
|
* validation: Add signal manager testsSebastian Huber2021-02-201-0/+1146
Update #4244.