summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-signal-send.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.