summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/fileio
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-11 21:43:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-11 21:43:58 +0000
commitaec29f178ca11bab6c65753862d334e2d0deb898 (patch)
treec11600634d1344608c290e4add96881924b637aa /testsuites/samples/fileio
parent2008-01-11 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-aec29f178ca11bab6c65753862d334e2d0deb898.tar.bz2
2008-01-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* fileio/init.c, fileio/system.h, hello/init.c: Enable malloc statistics so shell output can be interesting.
Diffstat (limited to 'testsuites/samples/fileio')
-rw-r--r--testsuites/samples/fileio/init.c2
-rw-r--r--testsuites/samples/fileio/system.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/samples/fileio/init.c b/testsuites/samples/fileio/init.c
index deb26fd8dd..b8db7ed1ae 100644
--- a/testsuites/samples/fileio/init.c
+++ b/testsuites/samples/fileio/init.c
@@ -10,7 +10,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h
index 0390fabb7d..8e9562a1f2 100644
--- a/testsuites/samples/fileio/system.h
+++ b/testsuites/samples/fileio/system.h
@@ -3,7 +3,7 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -52,6 +52,8 @@ rtems_task Init(
#define CONFIGURE_EXTRA_TASK_STACKS (6 * RTEMS_MINIMUM_STACK_SIZE)
+#define CONFIGURE_MALLOC_STATISTICS
+
#include <rtems/confdefs.h>
/*