Re: [PATCH 1/2] unit: Test POSIX-specific message queue impl

2023-07-20 Thread Gedare Bloom
Minor nits. On Thu, Jul 20, 2023 at 7:40 AM Sebastian Huber wrote: > > From: Frank Kühndel > > This unit test covers code paths of the Message Handler which are only > reached by through POSIX message queue API. > > Update #3716. > --- > .../build/testsuites/unit/unit-no-clock-0.yml | 1 + >

[PATCH 1/2] unit: Test POSIX-specific message queue impl

2023-07-20 Thread Sebastian Huber
From: Frank Kühndel This unit test covers code paths of the Message Handler which are only reached by through POSIX message queue API. Update #3716. --- .../build/testsuites/unit/unit-no-clock-0.yml | 1 + testsuites/unit/tc-score-msgq.c | 452 ++ 2 files changed