summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp58/sp58.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-09 18:21:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-09 18:21:58 +0000
commitd5ae827a35f837830f49f9cc05a60bb21d01f9c8 (patch)
treeb86be574f67e1386a4f25df02a7356a43894c0b7 /testsuites/sptests/sp58/sp58.doc
parent2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-d5ae827a35f837830f49f9cc05a60bb21d01f9c8.tar.bz2
2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add test for timespec divide by zero. * sp58/.cvsignore, sp58/Makefile.am, sp58/init.c, sp58/sp58.doc, sp58/sp58.scn: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp58/sp58.doc22
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuites/sptests/sp58/sp58.doc b/testsuites/sptests/sp58/sp58.doc
new file mode 100644
index 0000000000..a55f4ec6a0
--- /dev/null
+++ b/testsuites/sptests/sp58/sp58.doc
@@ -0,0 +1,22 @@
+#
+# $Id$
+#
+# COPYRIGHT (c) 1989-2009.
+# On-Line Applications Research Corporation (OAR).
+#
+# 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: sp58
+
+directives:
+
+ _Timespec_Divide
+
+concepts:
+
++ Ensure that division by 0 is handled properly.