forked from Imagelibrary/rtems
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:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user