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 . --- testsuites/libtests/dl06/dl06-o1.c | 2 +- testsuites/libtests/dl06/dl06-o2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/libtests/dl06') diff --git a/testsuites/libtests/dl06/dl06-o1.c b/testsuites/libtests/dl06/dl06-o1.c index 719d01e91f..1b8482bc3e 100644 --- a/testsuites/libtests/dl06/dl06-o1.c +++ b/testsuites/libtests/dl06/dl06-o1.c @@ -30,7 +30,7 @@ #include #include -#include +#include #define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__); diff --git a/testsuites/libtests/dl06/dl06-o2.c b/testsuites/libtests/dl06/dl06-o2.c index 837c2e8e4f..0a46c027a8 100644 --- a/testsuites/libtests/dl06/dl06-o2.c +++ b/testsuites/libtests/dl06/dl06-o2.c @@ -30,7 +30,7 @@ #include #include -#include +#include #define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__); -- cgit v1.2.3