summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
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/psxtests
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/psxtests')
-rw-r--r--testsuites/psxtests/psxbarrier01/main.c2
-rw-r--r--testsuites/psxtests/psxconfig01/init.c2
-rw-r--r--testsuites/psxtests/psxfenv01/init.c2
-rw-r--r--testsuites/psxtests/psxinttypes01/init.c2
-rw-r--r--testsuites/psxtests/psxndbm01/init.c2
-rw-r--r--testsuites/psxtests/psxrwlock01/main.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/testsuites/psxtests/psxbarrier01/main.c b/testsuites/psxtests/psxbarrier01/main.c
index 93aa9f788b..45d56d025b 100644
--- a/testsuites/psxtests/psxbarrier01/main.c
+++ b/testsuites/psxtests/psxbarrier01/main.c
@@ -12,7 +12,7 @@
#include "config.h"
#endif
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <bsp.h>
#include <pmacros.h>
diff --git a/testsuites/psxtests/psxconfig01/init.c b/testsuites/psxtests/psxconfig01/init.c
index 038bbec43c..d2811b409a 100644
--- a/testsuites/psxtests/psxconfig01/init.c
+++ b/testsuites/psxtests/psxconfig01/init.c
@@ -27,7 +27,7 @@
#include "config.h"
#endif
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <tmacros.h>
#include <sys/stat.h>
diff --git a/testsuites/psxtests/psxfenv01/init.c b/testsuites/psxtests/psxfenv01/init.c
index 867b625a1e..15d383f211 100644
--- a/testsuites/psxtests/psxfenv01/init.c
+++ b/testsuites/psxtests/psxfenv01/init.c
@@ -45,7 +45,7 @@
#include <stdint.h>
#include <stdio.h>
#include <string.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <tmacros.h>
#include <float.h>
diff --git a/testsuites/psxtests/psxinttypes01/init.c b/testsuites/psxtests/psxinttypes01/init.c
index 615b9d9ab4..d17ad5bda3 100644
--- a/testsuites/psxtests/psxinttypes01/init.c
+++ b/testsuites/psxtests/psxinttypes01/init.c
@@ -35,7 +35,7 @@
#include "config.h"
#endif
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <inttypes.h>
#include <stdio.h>
#include <errno.h>
diff --git a/testsuites/psxtests/psxndbm01/init.c b/testsuites/psxtests/psxndbm01/init.c
index d696abf282..a13afa7315 100644
--- a/testsuites/psxtests/psxndbm01/init.c
+++ b/testsuites/psxtests/psxndbm01/init.c
@@ -45,7 +45,7 @@
#include <stdio.h>
#include <sys/stat.h> /* contains definitions of 'file_mode' */
#include <string.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <tmacros.h>
const char rtems_test_name[] = "PSXNDBM 01";
diff --git a/testsuites/psxtests/psxrwlock01/main.c b/testsuites/psxtests/psxrwlock01/main.c
index 2984ce965a..d71218bfff 100644
--- a/testsuites/psxtests/psxrwlock01/main.c
+++ b/testsuites/psxtests/psxrwlock01/main.c
@@ -12,7 +12,7 @@
#include "config.h"
#endif
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <bsp.h>
#include <pmacros.h>