summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/complex
diff options
context:
space:
mode:
authorCynthia Rempel <cynt6007@vandals.uidaho.edu>2014-01-08 12:48:37 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-08 12:48:37 -0600
commit73a7713d8cd7594bf88339e156f57cb94128b265 (patch)
tree4c4211feedd2f40df6ff1d020a20a6534452aa6d /testsuites/libtests/complex
parentrhealstone: Add start end and messages (diff)
downloadrtems-73a7713d8cd7594bf88339e156f57cb94128b265.tar.bz2
fstests and libtests: Add contents to multiple documentation files
Diffstat (limited to 'testsuites/libtests/complex')
-rw-r--r--testsuites/libtests/complex/complex.doc40
1 files changed, 40 insertions, 0 deletions
diff --git a/testsuites/libtests/complex/complex.doc b/testsuites/libtests/complex/complex.doc
new file mode 100644
index 0000000000..219bdd7d08
--- /dev/null
+++ b/testsuites/libtests/complex/complex.doc
@@ -0,0 +1,40 @@
+# COPYRIGHT (c) 2014.
+# On-Line Applications Research Corporation (OAR).
+# Cynthia Rempel <cynthia@rtems.org>
+# 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: complex
+
+directives:
+ + cabs
+ + cacos
+ + cacosh
+ + carg
+ + casin
+ + casinh
+ + catan
+ + catanh
+ + ccos
+ + ccosh
+ + cexp
+ + cimag
+ + clog
+ + conj
+ + cpow
+ + cproj
+ + creal
+ + csin
+ + csinh
+ + csqrt
+ + ctan
+ + ctanh
+ + printf
+
+concepts:
+ + verifies the functionality of complex mathematical routines
+ + printf using float and long double formats
+