source: rtems/testsuites/libtests/Makefile.am @ 893aac16

4.115
Last change on this file since 893aac16 was 390e987e, checked in by Sebastian Huber <sebastian.huber@…>, on 09/16/13 at 08:43:30

libblock: PR2145: Limit maximum read-ahead blocks

This helps to prevent stack overflows due to configuration errors.

  • Property mode set to 100644
File size: 1013 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS = POSIX
4SUBDIRS += block17
5SUBDIRS += exit02
6SUBDIRS += exit01
7SUBDIRS += utf8proc01
8SUBDIRS += md501
9SUBDIRS += sparsedisk01
10SUBDIRS += block16
11SUBDIRS += block15
12SUBDIRS += block14
13SUBDIRS += block13
14SUBDIRS += rbheap01
15SUBDIRS += flashdisk01
16
17SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
18    deviceio01 devnullfatal01 dumpbuf01 gxx01 \
19    malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
20    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
21    termios termios01 termios02 termios03 termios04 termios05 \
22    termios06 termios07 termios08 \
23    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
24    block08 block09 block10 block11 block12 stringto01 \
25    tar01 tar02 tar03 \
26    math mathf mathl complex \
27    mouse01
28
29if NETTESTS
30if HAS_POSIX
31SUBDIRS += mghttpd01
32endif
33SUBDIRS += ftp01
34SUBDIRS += syscall01
35endif
36
37include $(top_srcdir)/../automake/subdirs.am
38include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.