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

4.115
Last change on this file since b5b1f44 was 35c58a56, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/12 at 19:04:08

misc fstests: Remove spaces at EOL

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[a2f875f]1ACLOCAL_AMFLAGS = -I ../aclocal
2
[35c58a56]3SUBDIRS =
[361a400]4SUBDIRS += fsfseeko01
[86ef0df]5SUBDIRS += fsdosfssync01
[27620f44]6SUBDIRS += imfs_fserror
7SUBDIRS += imfs_fslink
8SUBDIRS += imfs_fspatheval
9SUBDIRS += imfs_fspermission
10SUBDIRS += imfs_fsrdwr
11SUBDIRS += imfs_fssymlink
12SUBDIRS += imfs_fstime
13SUBDIRS += mdosfs_fserror
14SUBDIRS += mdosfs_fspatheval
15SUBDIRS += mdosfs_fsrdwr
16SUBDIRS += mdosfs_fstime
17SUBDIRS += mimfs_fserror
18SUBDIRS += mimfs_fslink
19SUBDIRS += mimfs_fspatheval
20SUBDIRS += mimfs_fspermission
21SUBDIRS += mimfs_fsrdwr
22SUBDIRS += mimfs_fssymlink
23SUBDIRS += mimfs_fstime
24SUBDIRS += mrfs_fserror
25SUBDIRS += mrfs_fslink
26SUBDIRS += mrfs_fspatheval
27SUBDIRS += mrfs_fspermission
28SUBDIRS += mrfs_fsrdwr
29SUBDIRS += mrfs_fssymlink
30SUBDIRS += mrfs_fstime
[37b18d21]31SUBDIRS += mrfs_fsfpathconf
[445b2bd6]32SUBDIRS += mrfs_fsrfsbitmap01
[3b7c123]33SUBDIRS += fsnofs01
[c5392ef9]34SUBDIRS += fsimfsgeneric01
[113944fa]35SUBDIRS += fsbdpart01
[27620f44]36
37EXTRA_DIST =
38EXTRA_DIST += support/ramdisk_support.c
39EXTRA_DIST += support/ramdisk_support.h
40EXTRA_DIST += support/fstest_support.c
41EXTRA_DIST += support/fstest_support.h
42EXTRA_DIST += support/fstest.h
[a2f875f]43
44include $(top_srcdir)/../automake/subdirs.am
45include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.