tests: Add header for RTEMS test printer

The <rtems/test-info.h> header file is required for every RTEMS test
program.  Move the RTEMS test printer support to a dedicated header file
<rtems/test-printer.h>.  This removes an unnecessary dependency to the
RTEMS printer support in <rtems/test-info.h>.

Tests using the RTEMS Testing Framework no longer depend on the
<rtems/printer.h>.
This commit is contained in:
Sebastian Huber
2023-09-22 14:14:14 +02:00
parent 3f3c646dea
commit ee63681aeb
38 changed files with 105 additions and 48 deletions

View File

@@ -13,6 +13,7 @@ install:
- cpukit/include/rtems/test.h
- cpukit/include/rtems/test-info.h
- cpukit/include/rtems/test-gcov.h
- cpukit/include/rtems/test-printer.h
- cpukit/include/rtems/test-scheduler.h
install-path: ${BSP_LIBDIR}
links: []