Changeset 1461b648 in rtems for testsuites/libtests/Makefile.am


Ignore:
Timestamp:
05/04/14 22:12:52 (9 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.11, 5, master
Children:
bee71f8e
Parents:
b0e83e12
git-author:
Chris Johns <chrisj@…> (05/04/14 22:12:52)
git-committer:
Chris Johns <chrisj@…> (05/05/14 00:24:41)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/libtests/Makefile.am

    rb0e83e12 r1461b648  
    11ACLOCAL_AMFLAGS = -I ../aclocal
    22
    3 SUBDIRS = POSIX
    4 SUBDIRS += newlib01
    5 SUBDIRS += block17
    6 SUBDIRS += exit02
    7 SUBDIRS += exit01
    8 SUBDIRS += utf8proc01
    9 SUBDIRS += md501
    10 SUBDIRS += sparsedisk01
    11 SUBDIRS += block16
    12 SUBDIRS += block15
    13 SUBDIRS += block14
    14 SUBDIRS += block13
    15 SUBDIRS += rbheap01
    16 SUBDIRS += flashdisk01
     3_SUBDIRS = POSIX
     4_SUBDIRS += newlib01
     5_SUBDIRS += block17
     6_SUBDIRS += exit02
     7_SUBDIRS += exit01
     8_SUBDIRS += utf8proc01
     9_SUBDIRS += md501
     10_SUBDIRS += sparsedisk01
     11_SUBDIRS += block16
     12_SUBDIRS += block15
     13_SUBDIRS += block14
     14_SUBDIRS += block13
     15_SUBDIRS += rbheap01
     16_SUBDIRS += flashdisk01
    1717
    18 SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
     18_SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
    1919    deviceio01 devnullfatal01 dumpbuf01 gxx01 \
    2020    malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
     
    3030if NETTESTS
    3131if HAS_POSIX
    32 SUBDIRS += mghttpd01
     32_SUBDIRS += mghttpd01
    3333endif
    34 SUBDIRS += ftp01
    35 SUBDIRS += syscall01
     34_SUBDIRS += ftp01
     35_SUBDIRS += syscall01
    3636endif
    3737
    38 include $(top_srcdir)/../automake/subdirs.am
     38include $(top_srcdir)/../automake/test-subdirs.am
    3939include $(top_srcdir)/../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.