libtest: Move <t.h> to <rtems/test.h>

Update #3199.
This commit is contained in:
Sebastian Huber
2020-07-17 13:46:24 +02:00
parent 9de8d61a9a
commit 361404e87d
34 changed files with 33 additions and 33 deletions

View File

@@ -17,7 +17,6 @@ include_HEADERS += include/poll.h
include_HEADERS += include/rtems.h
include_HEADERS += include/sha256.h
include_HEADERS += include/sha512.h
include_HEADERS += include/t.h
include_HEADERS += include/xz.h
include_HEADERS += include/zconf.h
include_HEADERS += include/zlib.h
@@ -172,6 +171,7 @@ include_rtems_HEADERS += include/rtems/termios_printk.h
include_rtems_HEADERS += include/rtems/termios_printk_cnf.h
include_rtems_HEADERS += include/rtems/termiostypes.h
include_rtems_HEADERS += include/rtems/test-info.h
include_rtems_HEADERS += include/rtems/test.h
include_rtems_HEADERS += include/rtems/tftp.h
include_rtems_HEADERS += include/rtems/thread.h
include_rtems_HEADERS += include/rtems/timecounter.h

View File

@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <t.h>
#include <rtems/test.h>
#include <errno.h>

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
#include <errno.h>

View File

@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <t.h>
#include <rtems/test.h>
#include <inttypes.h>

View File

@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <t.h>
#include <rtems/test.h>
#if defined(__rtems__)
#include <sha256.h>

View File

@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <t.h>
#include <rtems/test.h>
#include <stdlib.h>

View File

@@ -27,7 +27,7 @@
#undef __STRICT_ANSI__
#include <t.h>
#include <rtems/test.h>
#include <rtems/score/isrlevel.h>
#include <rtems/score/percpu.h>

View File

@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <t.h>
#include <rtems/test.h>
#include <rtems/libio_.h>

View File

@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <t.h>
#include <rtems/test.h>
#include <rtems/score/heapimpl.h>
#include <rtems/score/wkspace.h>

View File

@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <t.h>
#include <rtems/test.h>
#include <alloca.h>
#include <inttypes.h>

View File

@@ -27,7 +27,7 @@
#undef __STRICT_ANSI__
#include <t.h>
#include <rtems/test.h>
#include <inttypes.h>

View File

@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <t.h>
#include <rtems/test.h>
#include <rtems.h>
#include <rtems/bspIo.h>

View File

@@ -27,7 +27,7 @@
#undef __STRICT_ANSI__
#include <t.h>
#include <rtems/test.h>
#include <inttypes.h>
#include <stdatomic.h>

View File

@@ -27,7 +27,7 @@
#define _GNU_SOURCE
#include <t.h>
#include <rtems/test.h>
#include <sys/queue.h>
#include <limits.h>

View File

@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <t.h>
#include <rtems/test.h>
#include <sys/time.h>
#include <string.h>

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
T_TEST_CASE(assert)
{

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
#include <sys/types.h>

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
static void
destroy(T_destructor *dtor)

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
#include <errno.h>
T_TEST_CASE(test_eno)

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
T_TEST_CASE(example)
{

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
static int initial_value = 3;

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
#include <stdlib.h>

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
T_TEST_CASE(log)
{

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
T_TEST_CASE(malloc_free)
{

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
T_TEST_CASE(wrong_step)
{

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
#include <sys/stat.h>
#include <errno.h>

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
#include <rtems.h>

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
static int add(int a, int b)
{

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
T_TEST_CASE(step)
{

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
#include <rtems/score/threaddispatch.h>

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
T_TEST_CASE(time_to_string)
{

View File

@@ -1,4 +1,4 @@
#include <t.h>
#include <rtems/test.h>
T_TEST_CASE(verbosity_changes)
{

View File

@@ -33,7 +33,7 @@
#include <string.h>
#include <t.h>
#include <rtems/test.h>
#include <tmacros.h>
#define CPU_COUNT 32