summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/unit/unit-no-clock-0.yml
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2021-12-09 14:26:58 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-21 07:43:34 +0200
commit2fc7e042807e5a75a864b6fa99cf7e1866c156fc (patch)
tree705df542476bb762c57ef8c93b703ada21422140 /spec/build/testsuites/unit/unit-no-clock-0.yml
parentarm/stm32h7: Add support for STM32H750B-DK (diff)
downloadrtems-2fc7e042807e5a75a864b6fa99cf7e1866c156fc.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--spec/build/testsuites/unit/unit-no-clock-0.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/build/testsuites/unit/unit-no-clock-0.yml b/spec/build/testsuites/unit/unit-no-clock-0.yml
index 57cd279a7a..517b84284d 100644
--- a/spec/build/testsuites/unit/unit-no-clock-0.yml
+++ b/spec/build/testsuites/unit/unit-no-clock-0.yml
@@ -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: []