source: rtems/testsuites/libtests/Makefile.am @ da9b538

4.115
Last change on this file since da9b538 was 71a3078, checked in by Jennifer Averett <Jennifer.Averett@…>, on 06/22/10 at 19:27:12

2010-06-22 Jennifer Averett <Jennifer.Averett@…>

  • Makefile.am, configure.ac: Added test that attempts to free stack memory. This causes a error to be printed from the free function.
  • malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c, malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
  • Property mode set to 100644
File size: 439 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = POSIX
8
9SUBDIRS += bspcmdline01 cpuuse malloctest malloc02 malloc03 heapwalk \
10    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
11    termios termios01 termios02 \
12    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
13    block08 block09 block10 stringto01
14
15include $(top_srcdir)/../automake/subdirs.am
16include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.