From 445b2bd6c3a820e632eae1c7c5d2697735137671 Mon Sep 17 00:00:00 2001 From: Krzysztof Miesowicz Date: Wed, 26 Sep 2012 13:42:11 +0200 Subject: New fstest to cover RFS bitmaps - fsrfsbitmap01 --- testsuites/fstests/fsrfsbitmap01/fsrfsbitmap01.doc | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 testsuites/fstests/fsrfsbitmap01/fsrfsbitmap01.doc (limited to 'testsuites/fstests/fsrfsbitmap01/fsrfsbitmap01.doc') 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 + -- cgit v1.2.3