summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-05 14:24:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-05 14:24:28 +0000
commit8c444f9a7b7e2265933de37bf775c3c6e9e2c20d (patch)
treef200f88d51fc22748a8753fac8a8ca5e5174564b /testsuites
parent2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-8c444f9a7b7e2265933de37bf775c3c6e9e2c20d.tar.bz2
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* tm02/system.h, tm10/system.h: Make configurations more accurate.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/tmtests/ChangeLog4
-rw-r--r--testsuites/tmtests/tm02/system.h2
-rw-r--r--testsuites/tmtests/tm10/system.h4
3 files changed, 8 insertions, 2 deletions
diff --git a/testsuites/tmtests/ChangeLog b/testsuites/tmtests/ChangeLog
index 418a8aad38..41e594c2d3 100644
--- a/testsuites/tmtests/ChangeLog
+++ b/testsuites/tmtests/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * tm02/system.h, tm10/system.h: Make configurations more accurate.
+
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* tmoverhd/dumrtems.h: Refactored and renamed initialization routines
diff --git a/testsuites/tmtests/tm02/system.h b/testsuites/tmtests/tm02/system.h
index fea950a0d8..10a628a801 100644
--- a/testsuites/tmtests/tm02/system.h
+++ b/testsuites/tmtests/tm02/system.h
@@ -29,7 +29,7 @@ rtems_task Init(
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER
-#define CONFIGURE_MAXIMUM_TASKS (2 + OPERATION_COUNT)
+#define CONFIGURE_MAXIMUM_TASKS (3 + OPERATION_COUNT)
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
#define CONFIGURE_TICKS_PER_TIMESLICE 0
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