summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests
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/tmtests
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/tmtests')
-rw-r--r--testsuites/tmtests/tmfine01/init.c2
-rw-r--r--testsuites/tmtests/tmonetoone/init.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/tmtests/tmfine01/init.c b/testsuites/tmtests/tmfine01/init.c
index bf24ca138f..d62278cb07 100644
--- a/testsuites/tmtests/tmfine01/init.c
+++ b/testsuites/tmtests/tmfine01/init.c
@@ -24,7 +24,7 @@
#include <sched.h>
#include <stdio.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
const char rtems_test_name[] = "TMFINE 1";
diff --git a/testsuites/tmtests/tmonetoone/init.c b/testsuites/tmtests/tmonetoone/init.c
index b721a8c531..70f3f51eb2 100644
--- a/testsuites/tmtests/tmonetoone/init.c
+++ b/testsuites/tmtests/tmonetoone/init.c
@@ -19,7 +19,7 @@
#include <sched.h>
#include <rtems.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <rtems/thread.h>
#include <tmacros.h>