summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/hello/init.c
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/hello/init.c
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/hello/init.c')
-rw-r--r--testsuites/samples/hello/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index e02a23cfa6..1dd6a002b2 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -32,5 +32,7 @@ rtems_task Init(
printf( "\n\n*** HELLO WORLD TEST ***\n" );
printf( "Hello World\n" );
printf( "*** END OF HELLO WORLD TEST ***\n" );
+ rtems_shell_main_wkspace_info(0, NULL);
+ rtems_shell_main_joel(0, NULL);
exit( 0 );
}