Re: [PATCH v7] Confstr support for RTEMS

2021-02-08 Thread Sebastian Huber
On 08/02/2021 14:27, Joel Sherrill wrote: On Mon, Feb 8, 2021 at 4:06 AM Sebastian Huber > wrote: On 08/02/2021 10:22, Eshan Dhawan wrote: > +static rtems_task Init(rtems_task_argument ignored) > +{ > +  rtems_test_run(ignored, TEST

Re: [PATCH v7] Confstr support for RTEMS

2021-02-08 Thread Joel Sherrill
On Mon, Feb 8, 2021 at 4:06 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 08/02/2021 10:22, Eshan Dhawan wrote: > > > +static rtems_task Init(rtems_task_argument ignored) > > +{ > > + rtems_test_run(ignored, TEST_STATE); > > +} > Please check the other tests which already u

Re: [PATCH v7] Confstr support for RTEMS

2021-02-08 Thread Sebastian Huber
On 08/02/2021 10:22, Eshan Dhawan wrote: +static rtems_task Init(rtems_task_argument ignored) +{ + rtems_test_run(ignored, TEST_STATE); +} Please check the other tests which already use this function and optimize your test accordingly. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr.

[PATCH v7] Confstr support for RTEMS

2021-02-08 Thread Eshan Dhawan
From: Eshan dhawan Closes #3373 Signed-off-by: Eshan Dhawan --- cpukit/Makefile.am| 1 + cpukit/posix/src/confstr.c| 151 ++ spec/build/cpukit/librtemscpu.yml | 1 + spec/build/testsuites/psxtests/grp.yml|