summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptimespec01/sptimespec01.doc
diff options
context:
space:
mode:
authorKrzysztof Mięsowicz <krzysztof.miesowicz@gmail.com>2012-08-29 07:38:54 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-08-29 07:38:54 -0500
commita6eaa5489c8da1e38300722715326cbf3ab1b65f (patch)
tree0513a9a7103a37b0faded653487404e436b59b23 /testsuites/sptests/sptimespec01/sptimespec01.doc
parentsp77: new test to cover allocated message size overflowing (diff)
downloadrtems-a6eaa5489c8da1e38300722715326cbf3ab1b65f.tar.bz2
timespec helpers: Add wrappers with new test
Diffstat (limited to 'testsuites/sptests/sptimespec01/sptimespec01.doc')
-rw-r--r--testsuites/sptests/sptimespec01/sptimespec01.doc30
1 files changed, 30 insertions, 0 deletions
diff --git a/testsuites/sptests/sptimespec01/sptimespec01.doc b/testsuites/sptests/sptimespec01/sptimespec01.doc
new file mode 100644
index 0000000000..87aae46b19
--- /dev/null
+++ b/testsuites/sptests/sptimespec01/sptimespec01.doc
@@ -0,0 +1,30 @@
+# COPYRIGHT (c) 1989-2011.
+# On-Line Applications Research Corporation (OAR).
+#
+# Copyright (c) 2012
+# Krzysztof Miesowicz
+#
+# 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: sp78
+
+directives:
+
+ + rtems_timespec_is_valid
+ + rtems_timespec_less_than
+ + rtems_timespec_add_to
+ + rtems_timespec_to_ticks
+ + rtems_timespec_from_ticks
+ + rtems_timespec_subtract
+ + rtems_timespec_divide_by_integer
+ + rtems_timespec_divide
+
+concepts:
+
+ This test's goal is to ensure if all timespec's related directives work as
+ expected.