summaryrefslogtreecommitdiffstats
path: root/testsuite/evdev01
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/evdev01
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/evdev01')
-rw-r--r--testsuite/evdev01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/evdev01/init.c b/testsuite/evdev01/init.c
index 38ae1e12..fe588ff4 100644
--- a/testsuite/evdev01/init.c
+++ b/testsuite/evdev01/init.c
@@ -48,7 +48,7 @@
#define TEST_NAME "LIBBSD EVDEV"
#define TEST_STATE_USER_INPUT 1
-#include <rtems/test.h>
+#include <rtems/test-info.h>
#define PRIO_OPEN (RTEMS_MAXIMUM_PRIORITY - 12)
#define PRIO_KEYBOARD (RTEMS_MAXIMUM_PRIORITY - 11)