testsuite: User input define added

This commit is contained in:
Moyano, Gabriel
2020-03-31 10:57:55 +02:00
committed by Sebastian Huber
parent b4937b0792
commit 27ff7e70a8
19 changed files with 24 additions and 5 deletions

View File

@@ -39,9 +39,10 @@
#include <rtems/console.h>
#include <rtems/shell.h>
#include <rtems/bsd/bsd.h>
#include <rtems/test.h>
#define TEST_NAME "LIBBSD EVDEV"
#define TEST_STATE_USER_INPUT 1
#include <rtems/test.h>
#define PRIO_OPEN (RTEMS_MAXIMUM_PRIORITY - 12)
#define PRIO_KEYBOARD (RTEMS_MAXIMUM_PRIORITY - 11)