libtest: <rtems/test.h> to <rtems/test-info.h>

Rename this header file to later move <t.h> to <rtems/test.h>.  The main
feature provided by <rtems/test-info.h> is the output of standard test
information which is consumed by the RTEMS Tester.

Update #3199.
This commit is contained in:
Sebastian Huber
2020-07-17 13:36:49 +02:00
parent 33314eb60a
commit 9de8d61a9a
73 changed files with 3808 additions and 71 deletions

View File

@@ -5,7 +5,7 @@
#ifndef __BUFFER_TEST_IO_h
#define __BUFFER_TEST_IO_h
#include <rtems/test.h>
#include <rtems/test-info.h>
#ifdef __cplusplus
extern "C" {