* itrontask01/task1.c, itrontask02/dormant.c, itrontask03/task1.c,
itrontask03/task2.c, itrontask03/task3.c, itrontask04/task3.c:
Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second()
in favor of new rtems_clock_get_ticks_per_second().
* itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
itronsem01/init.c, itrontask01/init.c, itrontask02/init.c,
itrontask03/init.c, itrontask04/init.c, itrontime01/init.c: Change
TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
tests. Add a clock_settime case for < 1988.
* itronmbf01/init.c, itronmbf01/itronmbf01.scn, itrontask02/init.c,
itrontask03/itrontask03.scn, itrontask03/task1.c,
itrontask04/itrontask04.scn, itrontask04/task3.c: Add optional
managers to Makefiles. Clean up test cases so last output line
follows END OF pattern. Make sure test case all run. All tests
appeared ok on sis.
* 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.
state and one that is in non-dormant state.
+ Increased the priority of the Init task to force the dummy tasks to
run first.
+ Added calls to ref_tsk to verify the state of the dummy tasks and
test ref_tsk.