[rtems commit] sptests: Add missing test extension

Sebastian Huber sebh at rtems.org
Thu Feb 19 12:00:11 UTC 2015


Module:    rtems
Branch:    master
Commit:    a3316f47068c1e21c8f2ef6ef02ea3794a3d49c6
Changeset: http://git.rtems.org/rtems/commit/?id=a3316f47068c1e21c8f2ef6ef02ea3794a3d49c6

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Feb 19 11:12:01 2015 +0100

sptests: Add missing test extension

---

 testsuites/sptests/spsem_err01/system.h  | 2 ++
 testsuites/sptests/spsem_err02/system.h  | 2 ++
 testsuites/sptests/sptask_err01/system.h | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/testsuites/sptests/spsem_err01/system.h b/testsuites/sptests/spsem_err01/system.h
index 76426b2..4287821 100644
--- a/testsuites/sptests/spsem_err01/system.h
+++ b/testsuites/sptests/spsem_err01/system.h
@@ -33,6 +33,8 @@ rtems_task Init(
 #define CONFIGURE_MAXIMUM_USER_EXTENSIONS     0
 #define CONFIGURE_TICKS_PER_TIMESLICE       100
 
+#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
+
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 
 #define CONFIGURE_EXTRA_TASK_STACKS         (20 * RTEMS_MINIMUM_STACK_SIZE)
diff --git a/testsuites/sptests/spsem_err02/system.h b/testsuites/sptests/spsem_err02/system.h
index cc48e74..4b24c70 100644
--- a/testsuites/sptests/spsem_err02/system.h
+++ b/testsuites/sptests/spsem_err02/system.h
@@ -37,6 +37,8 @@ rtems_task Task_2(
 #define CONFIGURE_MAXIMUM_USER_EXTENSIONS     0
 #define CONFIGURE_TICKS_PER_TIMESLICE       100
 
+#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
+
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 
 #define CONFIGURE_EXTRA_TASK_STACKS         (20 * RTEMS_MINIMUM_STACK_SIZE)
diff --git a/testsuites/sptests/sptask_err01/system.h b/testsuites/sptests/sptask_err01/system.h
index 6b6ace7..daaaf4c 100644
--- a/testsuites/sptests/sptask_err01/system.h
+++ b/testsuites/sptests/sptask_err01/system.h
@@ -37,6 +37,8 @@ rtems_task Task_2(
 #define CONFIGURE_MAXIMUM_USER_EXTENSIONS     0
 #define CONFIGURE_TICKS_PER_TIMESLICE       100
 
+#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
+
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 
 #define CONFIGURE_EXTRA_TASK_STACKS         (20 * RTEMS_MINIMUM_STACK_SIZE)




More information about the vc mailing list