summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-06 01:02:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-06 01:02:06 +0000
commit96fc191bb88ee04fec01352afa331a18ed3a9d49 (patch)
tree8bb582289ebad3746d4bf99c3768a1383a75fba7 /testsuites
parent2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-96fc191bb88ee04fec01352afa331a18ed3a9d49.tar.bz2
2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* malloctest/system.h: Enable malloc statistics.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/ChangeLog4
-rw-r--r--testsuites/libtests/malloctest/system.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 0899fe4d75..465d1ab57e 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,5 +1,9 @@
2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * malloctest/system.h: Enable malloc statistics.
+
+2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* Makefile.am, configure.ac: tar01 and tar02 not merged yet.
2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/testsuites/libtests/malloctest/system.h b/testsuites/libtests/malloctest/system.h
index eacd2d330f..9aef8768bb 100644
--- a/testsuites/libtests/malloctest/system.h
+++ b/testsuites/libtests/malloctest/system.h
@@ -39,6 +39,8 @@ void blow_stack( void );
#define CONFIGURE_EXTRA_TASK_STACKS ((TASK_STACK_SIZE)*5)
#define CONFIGURE_MAXIMUM_TASKS 6
+#define CONFIGURE_MALLOC_STATISTICS
+
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#include <rtems/confdefs.h>