forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -1,49 +1,49 @@
|
||||
ACLOCAL_AMFLAGS = -I ../aclocal
|
||||
|
||||
SUBDIRS =
|
||||
SUBDIRS += fsdosfsname01
|
||||
SUBDIRS += fsdosfswrite01
|
||||
SUBDIRS += fsdosfsformat01
|
||||
SUBDIRS += fsfseeko01
|
||||
SUBDIRS += fsdosfssync01
|
||||
SUBDIRS += imfs_fserror
|
||||
SUBDIRS += imfs_fslink
|
||||
SUBDIRS += imfs_fspatheval
|
||||
SUBDIRS += imfs_fspermission
|
||||
SUBDIRS += imfs_fsrdwr
|
||||
SUBDIRS += imfs_fssymlink
|
||||
SUBDIRS += imfs_fstime
|
||||
SUBDIRS += jffs2_fserror
|
||||
SUBDIRS += jffs2_fslink
|
||||
SUBDIRS += jffs2_fspatheval
|
||||
SUBDIRS += jffs2_fspermission
|
||||
SUBDIRS += jffs2_fsrdwr
|
||||
SUBDIRS += jffs2_fssymlink
|
||||
SUBDIRS += jffs2_fstime
|
||||
SUBDIRS += mdosfs_fserror
|
||||
SUBDIRS += mdosfs_fspatheval
|
||||
SUBDIRS += mdosfs_fsrdwr
|
||||
SUBDIRS += mdosfs_fsstatvfs
|
||||
SUBDIRS += mimfs_fserror
|
||||
SUBDIRS += mimfs_fslink
|
||||
SUBDIRS += mimfs_fspatheval
|
||||
SUBDIRS += mimfs_fspermission
|
||||
SUBDIRS += mimfs_fsrdwr
|
||||
SUBDIRS += mimfs_fssymlink
|
||||
SUBDIRS += mimfs_fstime
|
||||
SUBDIRS += mimfs_fsrename
|
||||
SUBDIRS += mrfs_fserror
|
||||
SUBDIRS += mrfs_fslink
|
||||
SUBDIRS += mrfs_fspatheval
|
||||
SUBDIRS += mrfs_fspermission
|
||||
SUBDIRS += mrfs_fsrdwr
|
||||
SUBDIRS += mrfs_fssymlink
|
||||
SUBDIRS += mrfs_fstime
|
||||
SUBDIRS += mrfs_fsfpathconf
|
||||
SUBDIRS += fsrfsbitmap01
|
||||
SUBDIRS += fsnofs01
|
||||
SUBDIRS += fsimfsgeneric01
|
||||
SUBDIRS += fsbdpart01
|
||||
_SUBDIRS =
|
||||
_SUBDIRS += fsdosfsname01
|
||||
_SUBDIRS += fsdosfswrite01
|
||||
_SUBDIRS += fsdosfsformat01
|
||||
_SUBDIRS += fsfseeko01
|
||||
_SUBDIRS += fsdosfssync01
|
||||
_SUBDIRS += imfs_fserror
|
||||
_SUBDIRS += imfs_fslink
|
||||
_SUBDIRS += imfs_fspatheval
|
||||
_SUBDIRS += imfs_fspermission
|
||||
_SUBDIRS += imfs_fsrdwr
|
||||
_SUBDIRS += imfs_fssymlink
|
||||
_SUBDIRS += imfs_fstime
|
||||
_SUBDIRS += jffs2_fserror
|
||||
_SUBDIRS += jffs2_fslink
|
||||
_SUBDIRS += jffs2_fspatheval
|
||||
_SUBDIRS += jffs2_fspermission
|
||||
_SUBDIRS += jffs2_fsrdwr
|
||||
_SUBDIRS += jffs2_fssymlink
|
||||
_SUBDIRS += jffs2_fstime
|
||||
_SUBDIRS += mdosfs_fserror
|
||||
_SUBDIRS += mdosfs_fspatheval
|
||||
_SUBDIRS += mdosfs_fsrdwr
|
||||
_SUBDIRS += mdosfs_fsstatvfs
|
||||
_SUBDIRS += mimfs_fserror
|
||||
_SUBDIRS += mimfs_fslink
|
||||
_SUBDIRS += mimfs_fspatheval
|
||||
_SUBDIRS += mimfs_fspermission
|
||||
_SUBDIRS += mimfs_fsrdwr
|
||||
_SUBDIRS += mimfs_fssymlink
|
||||
_SUBDIRS += mimfs_fstime
|
||||
_SUBDIRS += mimfs_fsrename
|
||||
_SUBDIRS += mrfs_fserror
|
||||
_SUBDIRS += mrfs_fslink
|
||||
_SUBDIRS += mrfs_fspatheval
|
||||
_SUBDIRS += mrfs_fspermission
|
||||
_SUBDIRS += mrfs_fsrdwr
|
||||
_SUBDIRS += mrfs_fssymlink
|
||||
_SUBDIRS += mrfs_fstime
|
||||
_SUBDIRS += mrfs_fsfpathconf
|
||||
_SUBDIRS += fsrfsbitmap01
|
||||
_SUBDIRS += fsnofs01
|
||||
_SUBDIRS += fsimfsgeneric01
|
||||
_SUBDIRS += fsbdpart01
|
||||
|
||||
EXTRA_DIST =
|
||||
EXTRA_DIST += support/ramdisk_support.c
|
||||
@@ -52,5 +52,5 @@ EXTRA_DIST += support/fstest_support.c
|
||||
EXTRA_DIST += support/fstest_support.h
|
||||
EXTRA_DIST += support/fstest.h
|
||||
|
||||
include $(top_srcdir)/../automake/subdirs.am
|
||||
include $(top_srcdir)/../automake/test-subdirs.am
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user