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

4.115
Last change on this file since a9df916 was a9df916, checked in by Sebastian Huber <sebastian.huber@…>, on 02/08/15 at 18:43:09

IMFS: Add fine grained configuration

Remove miniIMFS. Statically initialize the root IMFS.

Add configuration options to disable individual
features of the root IMFS, e.g.

o CONFIGURE_IMFS_DISABLE_CHOWN,
o CONFIGURE_IMFS_DISABLE_FCHMOD,
o CONFIGURE_IMFS_DISABLE_LINK,
o CONFIGURE_IMFS_DISABLE_MKNOD,
o CONFIGURE_IMFS_DISABLE_MOUNT,
o CONFIGURE_IMFS_DISABLE_READLINK,
o CONFIGURE_IMFS_DISABLE_RENAME,
o CONFIGURE_IMFS_DISABLE_RMNOD,
o CONFIGURE_IMFS_DISABLE_SYMLINK,
o CONFIGURE_IMFS_DISABLE_UNMOUNT, and
o CONFIGURE_IMFS_DISABLE_UTIME.

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[a2f875f]1ACLOCAL_AMFLAGS = -I ../aclocal
2
[1461b648]3_SUBDIRS =
[a9df916]4_SUBDIRS += fsimfsconfig02
5_SUBDIRS += fsimfsconfig01
[1461b648]6_SUBDIRS += fsdosfsname01
7_SUBDIRS += fsdosfswrite01
8_SUBDIRS += fsdosfsformat01
9_SUBDIRS += fsfseeko01
10_SUBDIRS += fsdosfssync01
11_SUBDIRS += imfs_fserror
12_SUBDIRS += imfs_fslink
13_SUBDIRS += imfs_fspatheval
14_SUBDIRS += imfs_fspermission
15_SUBDIRS += imfs_fsrdwr
16_SUBDIRS += imfs_fssymlink
17_SUBDIRS += imfs_fstime
18_SUBDIRS += jffs2_fserror
19_SUBDIRS += jffs2_fslink
20_SUBDIRS += jffs2_fspatheval
21_SUBDIRS += jffs2_fspermission
22_SUBDIRS += jffs2_fsrdwr
23_SUBDIRS += jffs2_fssymlink
24_SUBDIRS += jffs2_fstime
25_SUBDIRS += mdosfs_fserror
26_SUBDIRS += mdosfs_fspatheval
27_SUBDIRS += mdosfs_fsrdwr
28_SUBDIRS += mdosfs_fsstatvfs
[66c1ef9]29_SUBDIRS += mdosfs_fstime
[1461b648]30_SUBDIRS += mimfs_fserror
31_SUBDIRS += mimfs_fslink
32_SUBDIRS += mimfs_fspatheval
33_SUBDIRS += mimfs_fspermission
34_SUBDIRS += mimfs_fsrdwr
35_SUBDIRS += mimfs_fssymlink
36_SUBDIRS += mimfs_fstime
37_SUBDIRS += mimfs_fsrename
38_SUBDIRS += mrfs_fserror
39_SUBDIRS += mrfs_fslink
40_SUBDIRS += mrfs_fspatheval
41_SUBDIRS += mrfs_fspermission
42_SUBDIRS += mrfs_fsrdwr
43_SUBDIRS += mrfs_fssymlink
44_SUBDIRS += mrfs_fstime
45_SUBDIRS += mrfs_fsfpathconf
46_SUBDIRS += fsrfsbitmap01
47_SUBDIRS += fsnofs01
48_SUBDIRS += fsimfsgeneric01
49_SUBDIRS += fsbdpart01
[27620f44]50
51EXTRA_DIST =
52EXTRA_DIST += support/ramdisk_support.c
53EXTRA_DIST += support/ramdisk_support.h
54EXTRA_DIST += support/fstest_support.c
55EXTRA_DIST += support/fstest_support.h
56EXTRA_DIST += support/fstest.h
[a2f875f]57
[1461b648]58include $(top_srcdir)/../automake/test-subdirs.am
[a2f875f]59include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.