From ee63681aeb6645f765eaeab1f42ef149ffcfbf2a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 22 Sep 2023 14:14:14 +0200 Subject: tests: Add header for RTEMS test printer The header file is required for every RTEMS test program. Move the RTEMS test printer support to a dedicated header file . This removes an unnecessary dependency to the RTEMS printer support in . Tests using the RTEMS Testing Framework no longer depend on the . --- cpukit/libtest/testbeginend.c | 1 + cpukit/libtest/testwrappers.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/libtest') diff --git a/cpukit/libtest/testbeginend.c b/cpukit/libtest/testbeginend.c index 546fdf65ff..eca8712b35 100644 --- a/cpukit/libtest/testbeginend.c +++ b/cpukit/libtest/testbeginend.c @@ -41,6 +41,7 @@ #endif #include +#include #include #include diff --git a/cpukit/libtest/testwrappers.c b/cpukit/libtest/testwrappers.c index 3c6e8fccc3..2316208f7c 100644 --- a/cpukit/libtest/testwrappers.c +++ b/cpukit/libtest/testwrappers.c @@ -29,7 +29,7 @@ #include "config.h" #endif -#include +#include int __wrap_printf(const char* format, ...); int __wrap_puts(const char *str); -- cgit v1.2.3