summaryrefslogtreecommitdiffstats
path: root/testsuite/swi01
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/swi01
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/swi01')
-rw-r--r--testsuite/swi01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/swi01/init.c b/testsuite/swi01/init.c
index 25e35cfe..d1de191a 100644
--- a/testsuite/swi01/init.c
+++ b/testsuite/swi01/init.c
@@ -44,7 +44,7 @@
#include <rtems.h>
#include <rtems/bsd/bsd.h>
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#include "swi_test.h"