summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-24 08:26:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-24 10:27:53 +0200
commitb364d386c9190b16c9064ab3e672c71c994fb6e8 (patch)
tree1db7254421bb5c48971132e6096ab2e0cec73fef
parentsptests/sp42: Relax priority requirements (diff)
downloadrtems-b364d386c9190b16c9064ab3e672c71c994fb6e8.tar.bz2
sptests/spintrcritical23: Explicity set scheduler
This test uses scheduler-specific data structures, thus it must use the right scheduler.
-rw-r--r--testsuites/sptests/spintrcritical23/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/sptests/spintrcritical23/init.c b/testsuites/sptests/spintrcritical23/init.c
index b4856749ff..f71de71099 100644
--- a/testsuites/sptests/spintrcritical23/init.c
+++ b/testsuites/sptests/spintrcritical23/init.c
@@ -140,6 +140,9 @@ static void Init(rtems_task_argument arg)
#define CONFIGURE_MAXIMUM_TIMERS 1
#define CONFIGURE_MAXIMUM_USER_EXTENSIONS 1
+/* We use internal data structures of this scheduler in this test */
+#define CONFIGURE_SCHEDULER_PRIORITY
+
#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE