unit: Test POSIX-specific message queue impl

This unit test covers code paths of the Message Handler which are only
reached by through POSIX message queue API.

Update #3716.
This commit is contained in:
Frank Kühndel
2021-12-09 14:26:58 +01:00
committed by Sebastian Huber
parent c2083e81f2
commit 2fc7e04280
2 changed files with 453 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ ldflags: []
links: []
source:
- testsuites/unit/tc-misaligned-builtin-memcpy.c
- testsuites/unit/tc-score-msgq.c
- testsuites/unit/tc-score-rbtree.c
- testsuites/unit/ts-unit-no-clock-0.c
stlib: []