source: rtems/testsuites/fstests/Makefile.am @ d1c5c01f

4.115
Last change on this file since d1c5c01f was ccd212e, checked in by Ralf Kirchner <ralf.kirchner@…>, on 02/26/13 at 10:18:32

fsdosfsname01: New test

Test handling of file names and directory names according to Microsofts
specification for the FAT file system. So far tested only for the
default character set (code page 850).

  • Property mode set to 100644
File size: 1.2 KB
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS =
4SUBDIRS += fsdosfsname01
5SUBDIRS += fsdosfswrite01
6SUBDIRS += fsdosfsformat01
7SUBDIRS += fsfseeko01
8SUBDIRS += fsdosfssync01
9SUBDIRS += imfs_fserror
10SUBDIRS += imfs_fslink
11SUBDIRS += imfs_fspatheval
12SUBDIRS += imfs_fspermission
13SUBDIRS += imfs_fsrdwr
14SUBDIRS += imfs_fssymlink
15SUBDIRS += imfs_fstime
16SUBDIRS += mdosfs_fserror
17SUBDIRS += mdosfs_fspatheval
18SUBDIRS += mdosfs_fsrdwr
19SUBDIRS += mdosfs_fsstatvfs
20SUBDIRS += mdosfs_fstime
21SUBDIRS += mimfs_fserror
22SUBDIRS += mimfs_fslink
23SUBDIRS += mimfs_fspatheval
24SUBDIRS += mimfs_fspermission
25SUBDIRS += mimfs_fsrdwr
26SUBDIRS += mimfs_fssymlink
27SUBDIRS += mimfs_fstime
28SUBDIRS += mrfs_fserror
29SUBDIRS += mrfs_fslink
30SUBDIRS += mrfs_fspatheval
31SUBDIRS += mrfs_fspermission
32SUBDIRS += mrfs_fsrdwr
33SUBDIRS += mrfs_fssymlink
34SUBDIRS += mrfs_fstime
35SUBDIRS += mrfs_fsfpathconf
36SUBDIRS += fsrfsbitmap01
37SUBDIRS += fsnofs01
38SUBDIRS += fsimfsgeneric01
39SUBDIRS += fsbdpart01
40
41EXTRA_DIST =
42EXTRA_DIST += support/ramdisk_support.c
43EXTRA_DIST += support/ramdisk_support.h
44EXTRA_DIST += support/fstest_support.c
45EXTRA_DIST += support/fstest_support.h
46EXTRA_DIST += support/fstest.h
47
48include $(top_srcdir)/../automake/subdirs.am
49include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.