source: rtems/testsuites/libtests/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.0 KB
RevLine 
[7862f888]1ACLOCAL_AMFLAGS = -I ../aclocal
[908436c1]2
[1461b648]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
[1e1b6b54]17
[1461b648]18_SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
[b89e4cd]19    deviceio01 devnullfatal01 dumpbuf01 gxx01 \
[8911ffd]20    malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
[8eb24e7f]21    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
[78da8ac3]22    termios termios01 termios02 termios03 termios04 termios05 \
23    termios06 termios07 termios08 \
[57544fb]24    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
[3c462734]25    block08 block09 block10 block11 block12 stringto01 \
[0a0e7a9]26    tar01 tar02 tar03 \
[3d4f749]27    math mathf mathl complex \
[7cf81ba4]28    mouse01 uid01
[e5a76ee5]29
[2a6ed0aa]30if NETTESTS
[cb7b57e1]31if HAS_POSIX
[1461b648]32_SUBDIRS += mghttpd01
[cb7b57e1]33endif
[1461b648]34_SUBDIRS += ftp01
35_SUBDIRS += syscall01
[2a6ed0aa]36endif
37
[1461b648]38include $(top_srcdir)/../automake/test-subdirs.am
[1053dcd]39include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.