summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp68/sp68.doc
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-11-30 09:08:35 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-11-30 09:08:35 +0000
commit6e51c4c9f7212bd696ee7aa777c9ca4ac1ad6d3b (patch)
tree0260716bb7c1fc8b80e018924678a0b74a7b42bf /testsuites/sptests/sp68/sp68.doc
parentRegenerate. (diff)
downloadrtems-6e51c4c9f7212bd696ee7aa777c9ca4ac1ad6d3b.tar.bz2
Added timer server control block
Removed _Timer_Server thread pointer Added _Timer_server pointer to the default timer server control block Rework of the timer server implementation.
Diffstat (limited to 'testsuites/sptests/sp68/sp68.doc')
-rw-r--r--testsuites/sptests/sp68/sp68.doc21
1 files changed, 21 insertions, 0 deletions
diff --git a/testsuites/sptests/sp68/sp68.doc b/testsuites/sptests/sp68/sp68.doc
new file mode 100644
index 0000000000..187d553c42
--- /dev/null
+++ b/testsuites/sptests/sp68/sp68.doc
@@ -0,0 +1,21 @@
+#
+# $Id$
+#
+# Copyright (c) 2009 embedded brains GmbH.
+#
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.com/license/LICENSE.
+#
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: sp68
+
+directives:
+
+ rtems_timer_server_fire_after
+
+concepts:
+
++ Ensure that the default timer server can cope with blocking calls.