* itronmbf01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* itronmbox01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* itronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* itrontask01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* itrontask02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* itrontask03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* itrontask04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* itrontime01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* itronhello/system.h: Include <rtems/itron.h> instead of <itron.h>.
* itronmbf01/system.h: Include <rtems/itron.h> instead of <itron.h>.
* itronmbox01/system.h: Include <rtems/itron.h> instead of <itron.h>.
* itronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>.
* itrontask01/system.h: Include <rtems/itron.h> instead of <itron.h>.
* itrontask02/system.h: Include <rtems/itron.h> instead of <itron.h>.
* itrontask03/system.h: Include <rtems/itron.h> instead of <itron.h>.
* itrontask04/system.h: Include <rtems/itron.h> instead of <itron.h>.
* itrontime01/system.h: Include <rtems/itron.h> instead of <itron.h>.
Makefile.am: Reflect having moved automake.
itronhello/Makefile.am: Reflect having moved automake.
itronmbf01/Makefile.am: Reflect having moved automake.
itronmbox01/Makefile.am: Reflect having moved automake.
itronsem01/Makefile.am: Reflect having moved automake.
itrontask01/Makefile.am: Reflect having moved automake.
itrontask02/Makefile.am: Reflect having moved automake.
itrontask03/Makefile.am: Reflect having moved automake.
itrontask04/Makefile.am: Reflect having moved automake.
itrontime01/Makefile.am: Reflect having moved automake.
* itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
* itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
* itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
* itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
* itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
* itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
* itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
* itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
* itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
* Per PR47 add support for buffered test output. This involved
adding defines to redirect output to a buffer and dump it when
full, at "test pause", and at exit. To avoid problems when redefining
exit(), all tests were modified to call rtems_test_exit().
Some tests, notable psxtests, had to be modified to include
the standard test macro .h file (pmacros.h or tmacros.h) to
enable this support.
* itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
* itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
* itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
* itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
* itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
* itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
* itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
* itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
* itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
* itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
then sta_tsk used to restart the task to its initial state.
+ Added calls to ref_tsk to yellow paths for suspended and
ready but not running tasks.
+ Fixed output file to correctly state test name
+ Added priority of preempt to the header file. Allows ref_tsk verification.