Re: [PATCH] libtest: Move parts to extra files

2023-11-03 Thread Joel Sherrill
Seems ok. On Fri, Nov 3, 2023 at 3:58 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Move the RTEMS test printer and rtems_test_exit() to separate files, to > remove dependencies from the begin/end test messsage support. > > Update #4963. > --- > cpukit/libtest/testbeginend.c

[PATCH] libtest: Move parts to extra files

2023-11-03 Thread Sebastian Huber
Move the RTEMS test printer and rtems_test_exit() to separate files, to remove dependencies from the begin/end test messsage support. Update #4963. --- cpukit/libtest/testbeginend.c | 28 - cpukit/libtest/testexit.c | 47 ++ cpukit/libtest/testprinter