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
|
Line | |
---|
1 | ACLOCAL_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 | |
---|
30 | if NETTESTS |
---|
31 | if HAS_POSIX |
---|
32 | _SUBDIRS += mghttpd01 |
---|
33 | endif |
---|
34 | _SUBDIRS += ftp01 |
---|
35 | _SUBDIRS += syscall01 |
---|
36 | endif |
---|
37 | |
---|
38 | include $(top_srcdir)/../automake/test-subdirs.am |
---|
39 | include $(top_srcdir)/../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.