2003-12-16 Joel Sherrill <joel@OARcorp.com>

PR 544/tests
	* sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
	sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
	sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
	make tests account for resources and not print at inappropriate
	times.
	* sp07/buffered_io.c: New file.
This commit is contained in:
Joel Sherrill
2003-12-16 23:35:09 +00:00
parent 588a59014c
commit e4571904d7
13 changed files with 121 additions and 16 deletions

View File

@@ -95,7 +95,7 @@ void Screen14( void );
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_EXTRA_TASK_STACKS (2 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_EXTRA_TASK_STACKS (20 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>