summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-17 13:36:49 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-23 09:27:10 +0200
commit9de8d61a9a4a7eda2bef620c8dde1b659850dce9 (patch)
tree7d17f54a30d6c37e5d9474fbdfc377de3e7ff38d /testsuites/samples
parentbsps/clock: Fix fast idle clock tick support (diff)
downloadrtems-9de8d61a9a4a7eda2bef620c8dde1b659850dce9.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--testsuites/samples/base_mp/system.h2
-rw-r--r--testsuites/samples/base_sp/system.h2
-rw-r--r--testsuites/samples/capture/system.h2
-rw-r--r--testsuites/samples/cdtest/main.cc2
-rw-r--r--testsuites/samples/cdtest/system.h2
-rw-r--r--testsuites/samples/fileio/system.h2
-rw-r--r--testsuites/samples/iostream/system.h2
-rw-r--r--testsuites/samples/nsecs/system.h2
-rw-r--r--testsuites/samples/paranoia/system.h2
-rw-r--r--testsuites/samples/pppd/system.h2
-rw-r--r--testsuites/samples/ticker/system.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/testsuites/samples/base_mp/system.h b/testsuites/samples/base_mp/system.h
index 3c434397b5..97c76f5e24 100644
--- a/testsuites/samples/base_mp/system.h
+++ b/testsuites/samples/base_mp/system.h
@@ -12,7 +12,7 @@
*/
#include <rtems.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
/* functions */
diff --git a/testsuites/samples/base_sp/system.h b/testsuites/samples/base_sp/system.h
index 174496ecbf..0b49edb465 100644
--- a/testsuites/samples/base_sp/system.h
+++ b/testsuites/samples/base_sp/system.h
@@ -12,7 +12,7 @@
*/
#include <rtems.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
/* functions */
diff --git a/testsuites/samples/capture/system.h b/testsuites/samples/capture/system.h
index 99c15ec740..7f915dc830 100644
--- a/testsuites/samples/capture/system.h
+++ b/testsuites/samples/capture/system.h
@@ -12,7 +12,7 @@
*/
#include <rtems.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
/* functions */
diff --git a/testsuites/samples/cdtest/main.cc b/testsuites/samples/cdtest/main.cc
index 010bc221f0..894e404ba1 100644
--- a/testsuites/samples/cdtest/main.cc
+++ b/testsuites/samples/cdtest/main.cc
@@ -24,7 +24,7 @@
#include <rtems.h>
#include <rtems/bspIo.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <cstdio>
#include <cstdlib>
diff --git a/testsuites/samples/cdtest/system.h b/testsuites/samples/cdtest/system.h
index 6530682a93..7d14747a32 100644
--- a/testsuites/samples/cdtest/system.h
+++ b/testsuites/samples/cdtest/system.h
@@ -12,7 +12,7 @@
*/
#include <rtems.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
/* functions */
diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h
index 743acf8406..54e2441184 100644
--- a/testsuites/samples/fileio/system.h
+++ b/testsuites/samples/fileio/system.h
@@ -12,7 +12,7 @@
*/
#include <rtems.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include "tmacros.h"
/* functions */
diff --git a/testsuites/samples/iostream/system.h b/testsuites/samples/iostream/system.h
index fbcc56e063..696cb8df34 100644
--- a/testsuites/samples/iostream/system.h
+++ b/testsuites/samples/iostream/system.h
@@ -12,7 +12,7 @@
*/
#include <rtems.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
/* configuration information */
diff --git a/testsuites/samples/nsecs/system.h b/testsuites/samples/nsecs/system.h
index 29627e49db..31c17a4073 100644
--- a/testsuites/samples/nsecs/system.h
+++ b/testsuites/samples/nsecs/system.h
@@ -1,7 +1,7 @@
#ifndef SYSTEM_H
#define SYSTEM_H
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <bsp.h> /* for device driver prototypes */
diff --git a/testsuites/samples/paranoia/system.h b/testsuites/samples/paranoia/system.h
index 6726f81873..740c8ec5b9 100644
--- a/testsuites/samples/paranoia/system.h
+++ b/testsuites/samples/paranoia/system.h
@@ -12,7 +12,7 @@
*/
#include <rtems.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
/* functions */
diff --git a/testsuites/samples/pppd/system.h b/testsuites/samples/pppd/system.h
index f83212ed5a..c9972fe9b3 100644
--- a/testsuites/samples/pppd/system.h
+++ b/testsuites/samples/pppd/system.h
@@ -2,7 +2,7 @@
#define SYSTEM_H
#include <rtems.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <rtems/console.h>
#include <rtems/clockdrv.h>
diff --git a/testsuites/samples/ticker/system.h b/testsuites/samples/ticker/system.h
index 05261341f7..4ac3f59f16 100644
--- a/testsuites/samples/ticker/system.h
+++ b/testsuites/samples/ticker/system.h
@@ -12,7 +12,7 @@
*/
#include <rtems.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <inttypes.h>
#include "tmacros.h"