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

PR 544/tests
	* malloctest/system.h, rtmonuse/system.h: Various modifications to make
	tests account for resources and not print at inappropriate times.
This commit is contained in:
Joel Sherrill
2003-12-16 23:35:20 +00:00
parent e4571904d7
commit 4dbd85e858
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2003-12-16 Joel Sherrill <joel@OARcorp.com>
PR 544/tests
* malloctest/system.h, rtmonuse/system.h: Various modifications to make
tests account for resources and not print at inappropriate times.
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -36,7 +36,7 @@ void blow_stack( void );
#define TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE*3) #define TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE*3)
#define CONFIGURE_EXTRA_TASK_STACKS ((RTEMS_MINIMUM_STACK_SIZE*2)*5) #define CONFIGURE_EXTRA_TASK_STACKS ((TASK_STACK_SIZE)*5)
#define CONFIGURE_MAXIMUM_TASKS 6 #define CONFIGURE_MAXIMUM_TASKS 6
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE #define CONFIGURE_RTEMS_INIT_TASKS_TABLE

View File

@@ -46,7 +46,7 @@ void Get_all_counters( void );
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_EXTRA_TASK_STACKS (15 * RTEMS_MINIMUM_STACK_SIZE) #define CONFIGURE_EXTRA_TASK_STACKS (20 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h> #include <confdefs.h>
/* global variables */ /* global variables */