summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm09/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm09/system.h')
-rw-r--r--testsuites/tmtests/tm09/system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/tmtests/tm09/system.h b/testsuites/tmtests/tm09/system.h
index 6d0465140a..9b59262754 100644
--- a/testsuites/tmtests/tm09/system.h
+++ b/testsuites/tmtests/tm09/system.h
@@ -18,6 +18,8 @@
/* functions */
+#define MESSAGE_SIZE (sizeof(long) * 4)
+
rtems_task Init(
rtems_task_argument argument
);
@@ -32,6 +34,8 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_TASKS 2
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
#define CONFIGURE_TICKS_PER_TIMESLICE 0
+#define CONFIGURE_MESSAGE_BUFFER_MEMORY \
+ CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE(OPERATION_COUNT, MESSAGE_SIZE)
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE