summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/testbeginend.c
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 /cpukit/libtest/testbeginend.c
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 'cpukit/libtest/testbeginend.c')
-rw-r--r--cpukit/libtest/testbeginend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libtest/testbeginend.c b/cpukit/libtest/testbeginend.c
index 4a85673a91..89b2468070 100644
--- a/cpukit/libtest/testbeginend.c
+++ b/cpukit/libtest/testbeginend.c
@@ -18,7 +18,7 @@
#include "config.h"
#endif
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <rtems/bspIo.h>
#include <rtems/version.h>