summaryrefslogtreecommitdiffstats
path: root/testsuites/syscall01/syscall01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/syscall01/syscall01.doc')
-rw-r--r--testsuites/syscall01/syscall01.doc24
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuites/syscall01/syscall01.doc b/testsuites/syscall01/syscall01.doc
new file mode 100644
index 0000000..d19eb3a
--- /dev/null
+++ b/testsuites/syscall01/syscall01.doc
@@ -0,0 +1,24 @@
+# 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.org/license/LICENSE.
+#
+This file describes the directives and concepts tested by this test set.
+
+test set name: stackchk
+
+directives:
+ + close
+ + open
+ + send
+ + recv
+ + rtems_bsdnet_initialize_network
+ + rtems_io_register_name
+
+concepts:
+ + initializes the bsd network driver
+ + registers an io driver
+ + opens a buffer, sends a buffer across the network, receives a buffer,
+ and closes the file \ No newline at end of file