summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/stackchk
diff options
context:
space:
mode:
authorCynthia Rempel <cynt6007@vandals.uidaho.edu>2014-01-09 09:41:44 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-09 09:42:01 -0600
commit46123cf24f017c371c66dd1fd51565bc3cdfb874 (patch)
tree76920b1d0836911b2423f0c6067aa38f1bf046e4 /testsuites/libtests/stackchk
parenttmtests: Add contents to multiple documentation files (diff)
downloadrtems-46123cf24f017c371c66dd1fd51565bc3cdfb874.tar.bz2
libtests: Add contents to rbheap and stackchk documentation files
Diffstat (limited to 'testsuites/libtests/stackchk')
-rw-r--r--testsuites/libtests/stackchk/stackchk.doc20
1 files changed, 20 insertions, 0 deletions
diff --git a/testsuites/libtests/stackchk/stackchk.doc b/testsuites/libtests/stackchk/stackchk.doc
new file mode 100644
index 0000000000..90d565732d
--- /dev/null
+++ b/testsuites/libtests/stackchk/stackchk.doc
@@ -0,0 +1,20 @@
+# 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: stackchk
+
+directives:
+ + rtems_clock_get_tod
+ + rtems_task_ident
+ + rtems_task_wake_after
+ + rtems_stack_checker_report_usage
+
+concepts:
+ + This set of three tasks do some simple task switching for about
+ 15 seconds and then call a routine to "blow the stack". \ No newline at end of file