summaryrefslogtreecommitdiffstats
path: root/testsuite/epoch01
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2020-07-29 10:18:17 +0200
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2020-07-31 08:32:22 +0200
commite649184003d4d61c30f13086421b8d216da0d3e1 (patch)
treee345e9e60bc21be54deee01d0e51c4d91156ce02 /testsuite/epoch01
parentif_ffec: Align send buffers to cache if necessary. (diff)
downloadrtems-libbsd-e649184003d4d61c30f13086421b8d216da0d3e1.tar.bz2
testsuite: Use new name of test-info.h.
In RTEMS the test.h has been renamed to test-info.h to allow the new test framework to take over.
Diffstat (limited to 'testsuite/epoch01')
-rw-r--r--testsuite/epoch01/test_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/epoch01/test_main.c b/testsuite/epoch01/test_main.c
index f979a2fe..6aa30653 100644
--- a/testsuite/epoch01/test_main.c
+++ b/testsuite/epoch01/test_main.c
@@ -56,7 +56,7 @@
#include <rtems.h>
#include <rtems/cpuuse.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include <rtems/thread.h>
#define TEST_NAME "LIBBSD EPOCH 1"