source: rtems/testsuites/libtests/Makefile.am @ 843ad7b

4.115
Last change on this file since 843ad7b was 843ad7b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/08/10 at 20:11:48

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

  • Makefile.am, configure.ac: Add test for exercising sbrk() extension to Malloc Family.
  • malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c, malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
  • Property mode set to 100644
File size: 500 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = POSIX
8
9SUBDIRS += bspcmdline01 cpuuse gxx01 \
10    malloctest malloc02 malloc03 malloc04 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.