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/support/include/tmacros.h | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/support/include/tmacros.h') diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h index 0dc35ea21d..aa20411623 100644 --- a/testsuites/support/include/tmacros.h +++ b/testsuites/support/include/tmacros.h @@ -46,6 +46,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3