summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm10/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm10/system.h')
-rw-r--r--testsuites/tmtests/tm10/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/tmtests/tm10/system.h b/testsuites/tmtests/tm10/system.h
index 30f4a58f66..f712ad866d 100644
--- a/testsuites/tmtests/tm10/system.h
+++ b/testsuites/tmtests/tm10/system.h
@@ -2,7 +2,7 @@
*
* This include file is used by all tests in the Time Suite.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -32,6 +32,8 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_TASKS (2 + OPERATION_COUNT)
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
#define CONFIGURE_TICKS_PER_TIMESLICE 0
+#define CONFIGURE_MESSAGE_BUFFER_MEMORY \
+ CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE(OPERATION_COUNT, 16)
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE