summaryrefslogtreecommitdiff
path: root/spec/rtems/timer/val
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/timer/val')
-rw-r--r--spec/rtems/timer/val/mem-after.yml2
-rw-r--r--spec/rtems/timer/val/mem-cancel.yml2
-rw-r--r--spec/rtems/timer/val/mem-delete.yml2
-rw-r--r--spec/rtems/timer/val/mem-reset.yml2
-rw-r--r--spec/rtems/timer/val/mem-srv-after.yml2
-rw-r--r--spec/rtems/timer/val/mem-srv-init.yml2
-rw-r--r--spec/rtems/timer/val/mem-srv-when.yml2
-rw-r--r--spec/rtems/timer/val/mem-when.yml2
8 files changed, 16 insertions, 0 deletions
diff --git a/spec/rtems/timer/val/mem-after.yml b/spec/rtems/timer/val/mem-after.yml
index d2cf32ac..586b2b2e 100644
--- a/spec/rtems/timer/val/mem-after.yml
+++ b/spec/rtems/timer/val/mem-after.yml
@@ -20,6 +20,8 @@ test-code: |
(void) rtems_timer_fire_after( 0, 0, NULL, NULL );
}
+ #define CONFIGURE_MAXIMUM_TIMERS 1
+
#define TASK_ATTRIBUTES RTEMS_DEFAULT_ATTRIBUTES
#define TASK_STORAGE_SIZE \
diff --git a/spec/rtems/timer/val/mem-cancel.yml b/spec/rtems/timer/val/mem-cancel.yml
index fab5c177..dd2a66bf 100644
--- a/spec/rtems/timer/val/mem-cancel.yml
+++ b/spec/rtems/timer/val/mem-cancel.yml
@@ -19,6 +19,8 @@ test-code: |
(void) rtems_timer_cancel( 0 );
}
+ #define CONFIGURE_MAXIMUM_TIMERS 1
+
#define TASK_ATTRIBUTES RTEMS_DEFAULT_ATTRIBUTES
#define TASK_STORAGE_SIZE \
diff --git a/spec/rtems/timer/val/mem-delete.yml b/spec/rtems/timer/val/mem-delete.yml
index f142fd6a..cc68ebb0 100644
--- a/spec/rtems/timer/val/mem-delete.yml
+++ b/spec/rtems/timer/val/mem-delete.yml
@@ -19,6 +19,8 @@ test-code: |
(void) rtems_timer_delete( 0 );
}
+ #define CONFIGURE_MAXIMUM_TIMERS 1
+
#define TASK_ATTRIBUTES RTEMS_DEFAULT_ATTRIBUTES
#define TASK_STORAGE_SIZE \
diff --git a/spec/rtems/timer/val/mem-reset.yml b/spec/rtems/timer/val/mem-reset.yml
index 98092728..c64a8301 100644
--- a/spec/rtems/timer/val/mem-reset.yml
+++ b/spec/rtems/timer/val/mem-reset.yml
@@ -19,6 +19,8 @@ test-code: |
(void) rtems_timer_reset( 0 );
}
+ #define CONFIGURE_MAXIMUM_TIMERS 1
+
#define TASK_ATTRIBUTES RTEMS_DEFAULT_ATTRIBUTES
#define TASK_STORAGE_SIZE \
diff --git a/spec/rtems/timer/val/mem-srv-after.yml b/spec/rtems/timer/val/mem-srv-after.yml
index 55424910..89c6691e 100644
--- a/spec/rtems/timer/val/mem-srv-after.yml
+++ b/spec/rtems/timer/val/mem-srv-after.yml
@@ -20,6 +20,8 @@ test-code: |
(void) rtems_timer_server_fire_after( 0, 0, NULL, NULL );
}
+ #define CONFIGURE_MAXIMUM_TIMERS 1
+
#define TASK_ATTRIBUTES RTEMS_DEFAULT_ATTRIBUTES
#define TASK_STORAGE_SIZE \
diff --git a/spec/rtems/timer/val/mem-srv-init.yml b/spec/rtems/timer/val/mem-srv-init.yml
index 9274c9b2..be95d467 100644
--- a/spec/rtems/timer/val/mem-srv-init.yml
+++ b/spec/rtems/timer/val/mem-srv-init.yml
@@ -33,6 +33,8 @@ test-code: |
#define CONFIGURE_TASK_STACK_DEALLOCATOR task_stack_deallocate
+ #define CONFIGURE_MAXIMUM_TIMERS 1
+
#define TASK_ATTRIBUTES RTEMS_DEFAULT_ATTRIBUTES
#define TASK_STORAGE_SIZE \
diff --git a/spec/rtems/timer/val/mem-srv-when.yml b/spec/rtems/timer/val/mem-srv-when.yml
index 57fe4e7c..1487053f 100644
--- a/spec/rtems/timer/val/mem-srv-when.yml
+++ b/spec/rtems/timer/val/mem-srv-when.yml
@@ -20,6 +20,8 @@ test-code: |
(void) rtems_timer_server_fire_when( 0, NULL, NULL, NULL );
}
+ #define CONFIGURE_MAXIMUM_TIMERS 1
+
#define TASK_ATTRIBUTES RTEMS_DEFAULT_ATTRIBUTES
#define TASK_STORAGE_SIZE \
diff --git a/spec/rtems/timer/val/mem-when.yml b/spec/rtems/timer/val/mem-when.yml
index 2d31c418..02fbc20b 100644
--- a/spec/rtems/timer/val/mem-when.yml
+++ b/spec/rtems/timer/val/mem-when.yml
@@ -20,6 +20,8 @@ test-code: |
(void) rtems_timer_fire_when( 0, NULL, NULL, NULL );
}
+ #define CONFIGURE_MAXIMUM_TIMERS 1
+
#define TASK_ATTRIBUTES RTEMS_DEFAULT_ATTRIBUTES
#define TASK_STORAGE_SIZE \