source: rtems/testsuites/fstests/Makefile.am @ 3c96bee

4.115
Last change on this file since 3c96bee was bdcf4102, checked in by Sebastian Huber <sebastian.huber@…>, on 09/13/13 at 15:37:51

fstests/mdosfs_fstime: Remove test

The FAT file system is not conformant with the POSIX requirements.

  • 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 += mimfs_fserror
21SUBDIRS += mimfs_fslink
22SUBDIRS += mimfs_fspatheval
23SUBDIRS += mimfs_fspermission
24SUBDIRS += mimfs_fsrdwr
25SUBDIRS += mimfs_fssymlink
26SUBDIRS += mimfs_fstime
27SUBDIRS += mrfs_fserror
28SUBDIRS += mrfs_fslink
29SUBDIRS += mrfs_fspatheval
30SUBDIRS += mrfs_fspermission
31SUBDIRS += mrfs_fsrdwr
32SUBDIRS += mrfs_fssymlink
33SUBDIRS += mrfs_fstime
34SUBDIRS += mrfs_fsfpathconf
35SUBDIRS += fsrfsbitmap01
36SUBDIRS += fsnofs01
37SUBDIRS += fsimfsgeneric01
38SUBDIRS += fsbdpart01
39
40EXTRA_DIST =
41EXTRA_DIST += support/ramdisk_support.c
42EXTRA_DIST += support/ramdisk_support.h
43EXTRA_DIST += support/fstest_support.c
44EXTRA_DIST += support/fstest_support.h
45EXTRA_DIST += support/fstest.h
46
47include $(top_srcdir)/../automake/subdirs.am
48include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.