source: rtems/testsuites/fstests/Makefile.am @ 1461b648

4.115
Last change on this file since 1461b648 was 1461b648, checked in by Chris Johns <chrisj@…>, on 05/04/14 at 22:12:52

testsuite: Add a per BSP test check for tests not to build.

Provide a file per BSP to list tests that do not build for a BSP. This change
removes the BSP_SMALL_MEMORY hack from the code. That hack was a
mistake.

Provide configuration files for each BSP with tests that cannot build.

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