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:17 +0200
commit9abf1d3885730c165ae3ef1cdcc281fef82a337e (patch)
tree0b011750b496b8551091831bc6c483faabeadf07 /testsuite/epoch01
parentif_ffec: Align send buffers to cache if necessary. (diff)
downloadrtems-libbsd-9abf1d3885730c165ae3ef1cdcc281fef82a337e.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"