summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/devfs02/devfs02.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-22 11:54:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-22 11:54:10 +0000
commitb28cb82e4f2114ed2a1d77fab6f57b6cb7619065 (patch)
tree833ea9b0a4037b41be29968ae9b33bada7ecfe7d /testsuites/libtests/devfs02/devfs02.doc
parent2010-07-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b28cb82e4f2114ed2a1d77fab6f57b6cb7619065.tar.bz2
2010-07-22 Bharath Suri <bharath.s.jois@gmail.com>
* devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn, devfs02/Makefile.am: New tests added * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn, devfs03/Makefile.am: New tests added * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn, devfs04/Makefile.am: New tests added * Makefile.am, configure.ac: Changes to accommodate the above newly added tests.
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/devfs02/devfs02.doc25
1 files changed, 25 insertions, 0 deletions
diff --git a/testsuites/libtests/devfs02/devfs02.doc b/testsuites/libtests/devfs02/devfs02.doc
new file mode 100644
index 0000000000..a166042005
--- /dev/null
+++ b/testsuites/libtests/devfs02/devfs02.doc
@@ -0,0 +1,25 @@
+#
+# $Id$
+#
+# COPYRIGHT (c) 1989-2010.
+# 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: devfs02
+
+directives:
+
++ devFS_mknod
++ devFS_evaluate_path
+
+concepts:
+
++ System calls open, mknod, mkfifo are used to exercise the above
+mentioned routines. This test exercise mostly the error paths.
+