source: rtems/testsuites/libtests/Makefile.am @ 1d799ad

4.115
Last change on this file since 1d799ad 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
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
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
17
18_SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
19    deviceio01 devnullfatal01 dumpbuf01 gxx01 \
20    malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
21    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
22    termios termios01 termios02 termios03 termios04 termios05 \
23    termios06 termios07 termios08 \
24    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
25    block08 block09 block10 block11 block12 stringto01 \
26    tar01 tar02 tar03 \
27    math mathf mathl complex \
28    mouse01 uid01
29
30if NETTESTS
31if HAS_POSIX
32_SUBDIRS += mghttpd01
33endif
34_SUBDIRS += ftp01
35_SUBDIRS += syscall01
36endif
37
38include $(top_srcdir)/../automake/test-subdirs.am
39include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.