source: rtems/testsuites/libtests/Makefile.am @ 8911ffd

4.115
Last change on this file since 8911ffd was 8911ffd, checked in by Joel Sherrill <joel.sherrill@…>, on 07/14/10 at 23:29:45

2010-07-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add new test to exercise malloc_get_statistics().
  • malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c, malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
  • Property mode set to 100644
File size: 509 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = POSIX
8
9SUBDIRS += bspcmdline01 cpuuse gxx01 \
10    malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
11    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
12    termios termios01 termios02 termios03 termios04 termios05 termios06 \
13    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
14    block08 block09 block10 stringto01
15
16include $(top_srcdir)/../automake/subdirs.am
17include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.