forked from Imagelibrary/rtems
* 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.
23 lines
495 B
Plaintext
23 lines
495 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# COPYRIGHT (c) 1989-2010.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
#
|
|
# The license and distribution terms for this file may be
|
|
# found in the file LICENSE in this distribution or at
|
|
# http://www.rtems.com/license/LICENSE.
|
|
#
|
|
|
|
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: malloc04
|
|
|
|
directives:
|
|
|
|
Malloc family sbrk extension capability
|
|
|
|
concepts:
|
|
|
|
+ Exercise all non-fatal paths in the sbrk() support in the malloc family.
|