rtems_task Init( rtems_task_argument argument ) { puts( "\n\n*** HEAP WALK TEST ***" ); test_system_not_up(); test_check_control(); test_check_free_list(); test_freshly_initialized(); test_main_loop(); test_check_free_block(); test_output(); puts( "*** END OF HEAP WALK TEST ***" ); rtems_test_exit(0); }
int main (int argc, char *argv[]) { test_init_gettext (); test_init (); test_suggest_help (); test_version (); test_daemonise (); test_set_pidfile (); test_read_pidfile (); test_write_pidfile (); test_main_loop (); test_main_loop_add_func (); return 0; }