summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
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/sptests
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 'testsuites/sptests')
-rw-r--r--testsuites/sptests/spheapprot/init.c2
-rw-r--r--testsuites/sptests/sptimecounter02/init.c2
-rw-r--r--testsuites/sptests/sptimecounter03/init.c2
-rw-r--r--testsuites/sptests/sptimecounter04/init.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/sptests/spheapprot/init.c b/testsuites/sptests/spheapprot/init.c
index 8046100091..7428f38830 100644
--- a/testsuites/sptests/spheapprot/init.c
+++ b/testsuites/sptests/spheapprot/init.c
@@ -22,7 +22,7 @@
#include <bsp.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <rtems/score/heapimpl.h>
#include <tmacros.h>
diff --git a/testsuites/sptests/sptimecounter02/init.c b/testsuites/sptests/sptimecounter02/init.c
index fafbaf8af1..ffa53edfd8 100644
--- a/testsuites/sptests/sptimecounter02/init.c
+++ b/testsuites/sptests/sptimecounter02/init.c
@@ -30,7 +30,7 @@
#include <rtems.h>
#include <rtems/counter.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <rtems/score/timecounterimpl.h>
#include <rtems/timecounter.h>
diff --git a/testsuites/sptests/sptimecounter03/init.c b/testsuites/sptests/sptimecounter03/init.c
index 4ef084d3d2..dd4c100b64 100644
--- a/testsuites/sptests/sptimecounter03/init.c
+++ b/testsuites/sptests/sptimecounter03/init.c
@@ -16,7 +16,7 @@
#include "config.h"
#endif
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <rtems/bsd.h>
diff --git a/testsuites/sptests/sptimecounter04/init.c b/testsuites/sptests/sptimecounter04/init.c
index 42c31277b9..a0645a0895 100644
--- a/testsuites/sptests/sptimecounter04/init.c
+++ b/testsuites/sptests/sptimecounter04/init.c
@@ -18,7 +18,7 @@
#include <time.h>
#include <rtems.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <rtems/timespec.h>
#include "tmacros.h"