summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxclock01/psxclock01.doc
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2015-03-03 11:08:51 -0500
committerGedare Bloom <gedare@rtems.org>2015-03-04 15:38:53 -0500
commit56c719260668c35e87acda32bb12bdf81f08d9e0 (patch)
tree7e406ae9078bed668603b4befda64434377b4ab6 /testsuites/psxtests/psxclock01/psxclock01.doc
parentlibcsupport: scale times() call to microseconds (diff)
downloadrtems-56c719260668c35e87acda32bb12bdf81f08d9e0.tar.bz2
psxtests/psxclock01: use clock() and CLOCKS_PER_SEC
Closes #2182
Diffstat (limited to 'testsuites/psxtests/psxclock01/psxclock01.doc')
-rw-r--r--testsuites/psxtests/psxclock01/psxclock01.doc19
1 files changed, 19 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxclock01/psxclock01.doc b/testsuites/psxtests/psxclock01/psxclock01.doc
new file mode 100644
index 0000000000..f1d0c8f9d7
--- /dev/null
+++ b/testsuites/psxtests/psxclock01/psxclock01.doc
@@ -0,0 +1,19 @@
+# Copyright (c) 2015 Gedare Bloom
+#
+# 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: psxclock01
+
+directives:
+
+ clock
+
+concepts:
+
++ Reads clock() and converts to time in seconds.
+