Re: [PATCH v6] Confstr support for RTEMS

2021-02-08 Thread Sebastian Huber
On 08/02/2021 09:42, Eshan Dhawan wrote: + T_register(); + exit_code = T_main(); + if (exit_code == 0) { +TEST_END(); + } Please use rtems_test_run(). Check the file templates and fix the Doxygen markup. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim

[PATCH v6] Confstr support for RTEMS

2021-02-08 Thread Eshan Dhawan
From: Eshan dhawan 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| 2 +