summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp37/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-14 17:44:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-14 17:44:15 +0000
commit6bc19a148a3ea5306c21f71a63b3c4b7d91077c9 (patch)
tree842a5c159e836ed7e4db607cfbbfc742d7bd36b3 /testsuites/sptests/sp37/system.h
parent2007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-6bc19a148a3ea5306c21f71a63b3c4b7d91077c9.tar.bz2
2007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp09/screen07.c, sp09/sp09.scn: Add test for rtems_message_queue_broadcast for bad buffer and count pointers. * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server with bad priority or initiating twice. * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when it forces a dispatch. * sp37/init.c: New file.
Diffstat (limited to 'testsuites/sptests/sp37/system.h')
-rw-r--r--testsuites/sptests/sp37/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/sptests/sp37/system.h b/testsuites/sptests/sp37/system.h
index 84b7ab8614..e09c6a35a4 100644
--- a/testsuites/sptests/sp37/system.h
+++ b/testsuites/sptests/sp37/system.h
@@ -27,8 +27,10 @@ rtems_task Init(
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT_TASK_PRIORITY 2
+#define CONFIGURE_INIT_TASK_INITIAL_MODES RTEMS_PREEMPT
-#define CONFIGURE_MAXIMUM_TASKS 1
+#define CONFIGURE_MAXIMUM_TASKS 2
#define CONFIGURE_MAXIMUM_TIMERS 1
#include <rtems/confdefs.h>