source: rtems/testsuites/libtests/Makefile.am @ 01557b0

4.115
Last change on this file since 01557b0 was 01557b0, checked in by Sebastian Huber <sebastian.huber@…>, on 11/27/14 at 10:44:48

libcsupport: Delete malloc statistics

Use the heap handler statistics instead. Add heap walk option to MALLOC
shell command.

close #1367

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