summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsrfsbitmap01/fsrfsbitmap01.doc
diff options
context:
space:
mode:
authorKrzysztof Miesowicz <krzysztof.miesowicz@gmail.com>2012-09-26 13:42:11 +0200
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-10-01 15:40:20 -0500
commit445b2bd6c3a820e632eae1c7c5d2697735137671 (patch)
treebd9f6b8288b393c19332be8f36d12810ba66bdb7 /testsuites/fstests/fsrfsbitmap01/fsrfsbitmap01.doc
parentnew fstest hitting fpathconf function (diff)
downloadrtems-445b2bd6c3a820e632eae1c7c5d2697735137671.tar.bz2
New fstest to cover RFS bitmaps - fsrfsbitmap01
Diffstat (limited to 'testsuites/fstests/fsrfsbitmap01/fsrfsbitmap01.doc')
-rw-r--r--testsuites/fstests/fsrfsbitmap01/fsrfsbitmap01.doc29
1 files changed, 29 insertions, 0 deletions
diff --git a/testsuites/fstests/fsrfsbitmap01/fsrfsbitmap01.doc b/testsuites/fstests/fsrfsbitmap01/fsrfsbitmap01.doc
new file mode 100644
index 0000000000..57dcbcb437
--- /dev/null
+++ b/testsuites/fstests/fsrfsbitmap01/fsrfsbitmap01.doc
@@ -0,0 +1,29 @@
+# COPYRIGHT (c) 2012-.
+# Krzysztof Miesowicz krzysztof.miesowicz@gmail.com
+#
+# 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: fsrfsbitmap01
+
+directives:
+
+ + rtems_rfs_bitmap_open
+ + rtems_rfs_bitmap_close
+ + rtems_rfs_bitmap_load_map
+ + rtems_rfs_bitmap_map_alloc
+ + rtems_rfs_bitmap_map_clear
+ + rtems_rfs_bitmap_map_clear_all
+ + rtems_rfs_bitmap_map_set
+ + rtems_rfs_bitmap_map_set_all
+ + rtems_rfs_bitmap_map_test
+
+
+concepts:
+
+ + exercise all rfs bitmap directives
+