forked from Imagelibrary/rtems
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, spfatal_support/init.c, spfatal_support/system.h: Add new tests to generate fatal errors in open_dev_console(). * spfatal14/.cvsignore, spfatal14/Makefile.am, spfatal14/spfatal14.doc, spfatal14/spfatal14.scn, spfatal14/testcase.h, spfatal15/.cvsignore, spfatal15/Makefile.am, spfatal15/spfatal15.doc, spfatal15/spfatal15.scn, spfatal15/testcase.h, spfatal_support/consume_sems.c: New files.
This commit is contained in:
@@ -45,6 +45,15 @@ void force_error(void);
|
||||
|
||||
/* need some prototypes for test cases */
|
||||
|
||||
rtems_device_driver consume_semaphores_initialize(
|
||||
rtems_device_major_number major __attribute__((unused)),
|
||||
rtems_device_minor_number minor __attribute__((unused)),
|
||||
void *pargp __attribute__((unused))
|
||||
);
|
||||
|
||||
#define CONSUME_SEMAPHORE_DRIVERS \
|
||||
{ consume_semaphores_initialize, NULL, NULL, NULL, NULL, NULL }
|
||||
|
||||
#include "testcase.h"
|
||||
|
||||
/* configuration information */
|
||||
|
||||
Reference in New Issue
Block a user