mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
libtest: <rtems/test.h> to <rtems/test-info.h>
Rename this header file to later move <t.h> to <rtems/test.h>. The main feature provided by <rtems/test-info.h> is the output of standard test information which is consumed by the RTEMS Tester. Update #3199.
This commit is contained in:
@@ -87,6 +87,7 @@ include_rtems_HEADERS += include/rtems/devnull.h
|
||||
include_rtems_HEADERS += include/rtems/devzero.h
|
||||
include_rtems_HEADERS += include/rtems/diskdevs.h
|
||||
include_rtems_HEADERS += include/rtems/dosfs.h
|
||||
include_rtems_HEADERS += include/rtems/doxygen-appl-config.h
|
||||
include_rtems_HEADERS += include/rtems/dumpbuf.h
|
||||
include_rtems_HEADERS += include/rtems/endian.h
|
||||
include_rtems_HEADERS += include/rtems/error.h
|
||||
@@ -170,7 +171,7 @@ include_rtems_HEADERS += include/rtems/telnetd.h
|
||||
include_rtems_HEADERS += include/rtems/termios_printk.h
|
||||
include_rtems_HEADERS += include/rtems/termios_printk_cnf.h
|
||||
include_rtems_HEADERS += include/rtems/termiostypes.h
|
||||
include_rtems_HEADERS += include/rtems/test.h
|
||||
include_rtems_HEADERS += include/rtems/test-info.h
|
||||
include_rtems_HEADERS += include/rtems/tftp.h
|
||||
include_rtems_HEADERS += include/rtems/thread.h
|
||||
include_rtems_HEADERS += include/rtems/timecounter.h
|
||||
|
||||
3736
cpukit/include/rtems/doxygen-appl-config.h
Normal file
3736
cpukit/include/rtems/doxygen-appl-config.h
Normal file
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <rtems/bspIo.h>
|
||||
#include <rtems/version.h>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <rtems.h>
|
||||
#include <rtems/score/threadimpl.h>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <rtems/profiling.h>
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <rtems/score/assert.h>
|
||||
#include <rtems.h>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
int __wrap_printf(const char* format, ...);
|
||||
int __wrap_puts(const char *str);
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <rtems/score/threadimpl.h>
|
||||
|
||||
/*
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/blkdev.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#include <bsp.h>
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/bdbuf.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#include <bsp.h>
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/bdbuf.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
const char rtems_test_name[] = "BLOCK 10";
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
/* functions */
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
* Hello World as a loadable module.
|
||||
*/
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <dlfcn.h>
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "dl-o2.h"
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__)
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <dlfcn.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "dl-o1.h"
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include "dl-load.h"
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "dl-o1.h"
|
||||
#include "dl-o2.h"
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "dl-o5.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "dl-o1.h"
|
||||
#include "dl-o4.h"
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "dl-o5.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "dl-o1.h"
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include "dl-load.h"
|
||||
#include "dl-o1.h"
|
||||
#include "dl-o2.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "dl-o2.h"
|
||||
#include "dl-o3.h"
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "dl-o5.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "dl-o4.h"
|
||||
#include "dl-o5.h"
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "dl-o6.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "dl-o6.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "dl-o1.h"
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include "dl-load.h"
|
||||
#include "dl-o1.h"
|
||||
#include "dl-o2.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "dl-o2.h"
|
||||
#include "dl-o3.h"
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "dl-o5.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "dl-o4.h"
|
||||
#include "dl-o5.h"
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "dl-o5.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "dl-o1.h"
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include "dl-load.h"
|
||||
#include "dl-o1.h"
|
||||
#include "dl-o2.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "dl-o2.h"
|
||||
#include "dl-o3.h"
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "dl-o5.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "dl-o4.h"
|
||||
#include "dl-o5.h"
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "dl-o5.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#define printf(...) rtems_printf(&rtems_test_printer, __VA_ARGS__);
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "dl-load.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
int rtems_main_o5 (void)
|
||||
{
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
#if __rtems__
|
||||
#include <bsp.h> /* for device driver prototypes */
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
const char rtems_test_name[] = "MATHL";
|
||||
#endif
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <bsp.h>
|
||||
#include <pmacros.h>
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <tmacros.h>
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <tmacros.h>
|
||||
#include <float.h>
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h> /* contains definitions of 'file_mode' */
|
||||
#include <string.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <tmacros.h>
|
||||
|
||||
const char rtems_test_name[] = "PSXNDBM 01";
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <bsp.h>
|
||||
#include <pmacros.h>
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
/* functions */
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
/* functions */
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
/* functions */
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/bspIo.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
/* functions */
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include "tmacros.h"
|
||||
|
||||
/* functions */
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
/* configuration information */
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef SYSTEM_H
|
||||
#define SYSTEM_H
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#include <bsp.h> /* for device driver prototypes */
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
/* functions */
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define SYSTEM_H
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/clockdrv.h>
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <inttypes.h>
|
||||
#include "tmacros.h"
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include <rtems/score/smpbarrier.h>
|
||||
#include <rtems.h>
|
||||
#include <rtems/bsd.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <rtems/score/smplock.h>
|
||||
#include <rtems/score/smplockmcs.h>
|
||||
#include <rtems/score/smplockseq.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <rtems.h>
|
||||
|
||||
#include "tmacros.h"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#endif
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
void Init(rtems_task_argument arg);
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#endif
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
void Init(rtems_task_argument arg);
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#endif
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
void Init(rtems_task_argument arg);
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#endif
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
void Init(rtems_task_argument arg);
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <bsp.h>
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <rtems/score/heapimpl.h>
|
||||
|
||||
#include <tmacros.h>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/counter.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#include <rtems/score/timecounterimpl.h>
|
||||
#include <rtems/timecounter.h>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#include <rtems/bsd.h>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <time.h>
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <rtems/timespec.h>
|
||||
|
||||
#include "tmacros.h"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#ifndef __BUFFER_TEST_IO_h
|
||||
#define __BUFFER_TEST_IO_h
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <rtems/error.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <rtems/score/threaddispatch.h>
|
||||
|
||||
#include <buffer_test_io.h>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include <sched.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
|
||||
const char rtems_test_name[] = "TMFINE 1";
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <sched.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/test.h>
|
||||
#include <rtems/test-info.h>
|
||||
#include <rtems/thread.h>
|
||||
|
||||
#include <tmacros.h>
|
||||
|
||||
Reference in New Issue
Block a user