summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm22/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm22/system.h')
-rw-r--r--testsuites/tmtests/tm22/system.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/tmtests/tm22/system.h b/testsuites/tmtests/tm22/system.h
index 25ff88f316..fdfa0fc89e 100644
--- a/testsuites/tmtests/tm22/system.h
+++ b/testsuites/tmtests/tm22/system.h
@@ -22,6 +22,8 @@ rtems_task Init(
rtems_task_argument argument
);
+#define MESSAGE_SIZE (sizeof(long) * 4)
+
#include <timesys.h>
/* configuration information */
@@ -33,6 +35,9 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
#define CONFIGURE_TICKS_PER_TIMESLICE 0
+
+#define CONFIGURE_MESSAGE_BUFFER_MEMORY \
+ CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE(100, MESSAGE_SIZE )
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#include <rtems/confdefs.h>