summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-signal-send.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-07validation: Fix unused variable warningSebastian Huber1-3/+2
Fix warning: testsuites/validation/tc-signal-send.c:634:21: warning: unused variable 'sc' [-Wunused-variable]
2021-03-23validation: Use support functionsSebastian Huber1-67/+15
2021-03-19validation: Reduce source code/rodata sizeSebastian Huber1-356/+107
Use a common wording for the tests. Use the new templates for action requirements described in the RTEMS Software Engineering manual.
2021-03-08validation: Use common wordingSebastian Huber1-1/+1
2021-03-02validation: Format comment blocksSebastian Huber1-14/+10
2021-03-01validation: Add comments to signal testsSebastian Huber1-0/+78
2021-02-20validation: Add signal manager testsSebastian Huber1-0/+1146
Update #4244.