summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spmountmgr01/spmountmgr01.doc
blob: 5219773e43e594035ce6d8de77b6b5c974cee7e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#  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:  spmountmgr01

directives:

+ rtems_filesystem_register
+ rtems_filesystem_unregister
+ mount_and_make_target_path

concepts:

+ Exercise the routines of mount-mgr.c and mount-mktgt.c under libcsupport.
+ The routines in mount-mgr.c are mostly to register / unregister new filesytem
  for later use.
+ The routines in mount-mktgt.c are used to mount a filesystem at a
target path. If the target path does not exist, it is created and then
the mount is processed