mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 13:29:57 +08:00
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.
This commit is contained in:
parent
97dc907946
commit
9abf1d3885
@ -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"
|
||||
|
@ -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)
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <rtems/printer.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <rtems/stackchk.h>
|
||||
#include <rtems/bsd/bsd.h>
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/printer.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <rtems/stackchk.h>
|
||||
#include <rtems/bsd/bsd.h>
|
||||
#include <rtems/bsd/modules.h>
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <rtems/printer.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <rtems/stackchk.h>
|
||||
#include <rtems/bsd/bsd.h>
|
||||
|
||||
@ -156,4 +156,4 @@ rtems_task Init(
|
||||
|
||||
#include <rtems/shellconfig.h>
|
||||
|
||||
#endif /* RTEMS_BSD_TEST_DEFAULT_INIT_H */
|
||||
#endif /* RTEMS_BSD_TEST_DEFAULT_INIT_H */
|
||||
|
@ -52,7 +52,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define TEST_NAME "LIBBSD SMP 1"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
#include <rtems.h>
|
||||
|
||||
#include <rtems/bsd/bsd.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#include "timeout_test.h"
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
||||
|
||||
#define TEST_NAME "LIBBSD USB 1"
|
||||
#define TEST_STATE_USER_INPUT 1
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
static rtems_status_code
|
||||
media_listener(rtems_media_event event, rtems_media_state state,
|
||||
|
@ -45,7 +45,7 @@
|
||||
|
||||
#define TEST_NAME "LIBBSD USB KEYBOARD"
|
||||
#define TEST_STATE_USER_INPUT 1
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define USB_SERIAL_TEST_BUFFER_SIZE 48
|
||||
#define PRIO_OPEN (RTEMS_MAXIMUM_PRIORITY - 12)
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
#define TEST_NAME "LIBBSD USB MOUSE"
|
||||
#define TEST_STATE_USER_INPUT 1
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define USB_SERIAL_TEST_BUFFER_SIZE 48
|
||||
#define PRIO_OPEN (RTEMS_MAXIMUM_PRIORITY - 12)
|
||||
|
@ -46,7 +46,7 @@
|
||||
|
||||
#define TEST_NAME "LIBBSD USB SERIAL"
|
||||
#define TEST_STATE_USER_INPUT 1
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define USB_SERIAL_TEST_BUFFER_SIZE 48
|
||||
#define PRIO_OPEN (RTEMS_MAXIMUM_PRIORITY - 12)
|
||||
|
Loading…
x
Reference in New Issue
Block a user