Commit Graph

60 Commits

Author SHA1 Message Date
bjorn larsson
2ead50ac4e tmtests: convert to test.h 2014-03-25 08:06:37 +01:00
Chris Johns
c49985691f Change all references of rtems.com to rtems.org. 2014-03-21 08:10:47 +11:00
Cynthia Rempel
4e108d7919 tmtests: Add contents to multiple documentation files 2014-01-09 09:42:01 -06:00
Joel Sherrill
9410d01196 tmtests: Make output more uniform 2013-12-07 19:10:35 -06:00
Joel Sherrill
9b4422a251 Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines
  next to each other after Id string line removed.
+ remove entire comment blocks which only exited to
  contain CVS Ids
+ If the processing left a blank line at the top of
  a file, it was removed.
2012-05-11 08:44:13 -05:00
Joel Sherrill
33a105fb69 Revert: Remove CVS Ids
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.
2012-05-07 11:08:48 -05:00
Ralf Corsépius
9f4e8fbc63 Remove CVS-Ids. 2012-05-04 09:36:24 +02:00
Joel Sherrill
61250b4ce9 Remove all .cvsignore files. 2012-02-01 10:59:44 -06:00
Joel Sherrill
448f6577fb 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build
	* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
	tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
	tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
	tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
	tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
	tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
	tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
	tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
	tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
	tm28/Makefile.am, tm29/Makefile.am, tm30/Makefile.am,
	tmck/Makefile.am, tmoverhd/Makefile.am: Remove obsolete optional
	manager capability.
2011-12-08 21:38:46 +00:00
Ralf Corsepius
a4bc4d6e29 Add HAVE_CONFIG_H. 2011-02-22 10:00:39 +00:00
Joel Sherrill
1055ce20fc Fix most warnings. 2009-05-09 21:24:06 +00:00
Ralf Corsepius
3d5483771c Eliminate _exe_/.exe. 2009-04-03 12:55:13 +00:00
Joel Sherrill
4389287a39 2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
	tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
	tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm16/task1.c,
	tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c,
	tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c,
	tm28/task1.c, tm29/task1.c, tmoverhd/testtask.c: Run all tests
	successfully with maxixum number of priorities as 16 instead of 256.
	This was done by temporarily modifying the score priority.h maximum.
	This allowed testing of all API code to ensure that it worked
	properly with a reduced number of priorities. Most modifications were
	to switch from hard-coded maximum to using the API provided methods
	to determine maximum number of priority levels.
2008-12-14 18:38:45 +00:00
Joel Sherrill
dbf4f175ac 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c,
	tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c,
	tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c,
	tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c,
	tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c,
	tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c,
	tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c,
	tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c,
	tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c,
	tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c,
	tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c,
	tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c,
	tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c,
	tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c,
	tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c,
	tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function
	from every benchmark timer driver. Fix spelling.
2008-08-31 17:21:47 +00:00
Joel Sherrill
4074e70b03 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
	tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
	tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
	tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
	tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
	tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
	tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS
	programming conventions.
2008-08-31 16:47:18 +00:00
Joel Sherrill
d1128e26a3 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
	tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
	tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
	tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
	tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
	tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
	tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make
	tmacros.h available to all POSIX tests. Add a clock_settime case for
	< 1988.
2008-02-01 00:45:16 +00:00
Joel Sherrill
dc172333df 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,
	tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am,
	tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am,
	tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am,
	tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am,
	tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am,
	tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am,
	tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am,
	tmck/Makefile.am, tmoverhd/Makefile.am: 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.
2007-05-11 19:44:44 +00:00
Ralf Corsepius
9c5ea1114a Eliminate scndir, docdir. Use rtems_testsdir instead. 2006-07-11 05:09:12 +00:00
Ralf Corsepius
a6b588d649 Convert to using *_PROGRAMS. 2005-11-13 06:46:05 +00:00
Ralf Corsepius
3bb5d94490 Rework. 2005-11-11 14:33:33 +00:00
Ralf Corsepius
4024e57803 Cosmetics. 2005-11-11 10:26:50 +00:00
Ralf Corsepius
7e3887773a Eliminate TEST. 2005-11-11 09:03:24 +00:00
Ralf Corsepius
acdc144bdf Expand tmtests.am. 2005-11-11 08:25:58 +00:00
Ralf Corsepius
cb2818800d Eliminate DOCTYPES. 2005-11-10 22:21:20 +00:00
Ralf Corsepius
d65005e414 AM_CPPFLAGS += -I..../support/include. 2005-11-09 12:44:35 +00:00
Ralf Corsepius
c9e3d13559 Add ../include/systime.h 2005-11-08 14:19:40 +00:00
Ralf Corsepius
98e92f6fe4 Cleanup 2005-11-07 09:59:07 +00:00
Ralf Corsepius
39767d0c6b Remove SRC, PRINT_SRC. 2005-11-07 09:43:59 +00:00
Ralf Corsepius
d66557fac4 Switch back to include compile.am instead of amcompile.am 2005-11-07 09:09:26 +00:00
Ralf Corsepius
91de254961 Partial conversion to automake. 2005-11-07 08:37:18 +00:00
Ralf Corsepius
8f71a36f71 Remove stray white spaces. 2004-04-20 07:09:31 +00:00
Ralf Corsepius
0eef698fc5 * tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2004-04-01 15:16:36 +00:00
Joel Sherrill
e0f75b1573 2004-03-30 David Querbach <querbach@realtime.bc.ca>
PR 597/tests
	* tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
	tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
	tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
	tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
	tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
	tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
	tm27/task1.c, tm29/system.h: The actual workspace needed by the
	tmtests depends on OPERATION_COUNT, but the definitions of
	CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
	this. This results in unnecessary memory exhaustion on small-memory
	systems such as the SS555.
2004-03-30 19:17:34 +00:00
Ralf Corsepius
0720ff433e 2004-03-28 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
	tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c,
	tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c,
	tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
	tm16/task1.c, tm17/task1.c, tm18/task1.c, tm20/task1.c,
	tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c,
	tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
	tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Convert to using
	c99 fixed size types.
2004-03-28 07:20:11 +00:00
Ralf Corsepius
987f0ea3c6 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
	* tm02/Makefile.am: Ditto.
	* tm03/Makefile.am: Ditto.
	* tm04/Makefile.am: Ditto.
	* tm05/Makefile.am: Ditto.
	* tm06/Makefile.am: Ditto.
	* tm07/Makefile.am: Ditto.
	* tm08/Makefile.am: Ditto.
	* tm09/Makefile.am: Ditto.
	* tm10/Makefile.am: Ditto.
	* tm11/Makefile.am: Ditto.
	* tm12/Makefile.am: Ditto.
	* tm13/Makefile.am: Ditto.
	* tm14/Makefile.am: Ditto.
	* tm15/Makefile.am: Ditto.
	* tm16/Makefile.am: Ditto.
	* tm17/Makefile.am: Ditto.
	* tm18/Makefile.am: Ditto.
	* tm19/Makefile.am: Ditto.
	* tm20/Makefile.am: Ditto.
	* tm21/Makefile.am: Ditto.
	* tm22/Makefile.am: Ditto.
	* tm23/Makefile.am: Ditto.
	* tm24/Makefile.am: Ditto.
	* tm25/Makefile.am: Ditto.
	* tm26/Makefile.am: Ditto.
	* tm27/Makefile.am: Ditto.
	* tm28/Makefile.am: Ditto.
	* tm29/Makefile.am: Ditto.
	* tmck/Makefile.am: Ditto.
	* tmoverhd/Makefile.am: Ditto.
2004-01-14 07:50:09 +00:00
Ralf Corsepius
eaab53e8db 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Reformat.
	* tm01/Makefile.am: Remove all-local: $(ARCH).
	* tm02/Makefile.am: Remove all-local: $(ARCH).
	* tm03/Makefile.am: Remove all-local: $(ARCH).
	* tm04/Makefile.am: Remove all-local: $(ARCH).
	* tm05/Makefile.am: Remove all-local: $(ARCH).
	* tm06/Makefile.am: Remove all-local: $(ARCH).
	* tm07/Makefile.am: Remove all-local: $(ARCH).
	* tm08/Makefile.am: Remove all-local: $(ARCH).
	* tm09/Makefile.am: Remove all-local: $(ARCH).
	* tm10/Makefile.am: Remove all-local: $(ARCH).
	* tm11/Makefile.am: Remove all-local: $(ARCH).
	* tm12/Makefile.am: Remove all-local: $(ARCH).
	* tm13/Makefile.am: Remove all-local: $(ARCH).
	* tm14/Makefile.am: Remove all-local: $(ARCH).
	* tm15/Makefile.am: Remove all-local: $(ARCH).
	* tm16/Makefile.am: Remove all-local: $(ARCH).
	* tm17/Makefile.am: Remove all-local: $(ARCH).
	* tm18/Makefile.am: Remove all-local: $(ARCH).
	* tm19/Makefile.am: Remove all-local: $(ARCH).
	* tm20/Makefile.am: Remove all-local: $(ARCH).
	* tm21/Makefile.am: Remove all-local: $(ARCH).
	* tm22/Makefile.am: Remove all-local: $(ARCH).
	* tm23/Makefile.am: Remove all-local: $(ARCH).
	* tm24/Makefile.am: Remove all-local: $(ARCH).
	* tm25/Makefile.am: Remove all-local: $(ARCH).
	* tm26/Makefile.am: Remove all-local: $(ARCH).
	* tm27/Makefile.am: Remove all-local: $(ARCH).
	* tm28/Makefile.am: Remove all-local: $(ARCH).
	* tm29/Makefile.am: Remove all-local: $(ARCH).
	* tmck/Makefile.am: Remove all-local: $(ARCH).
	* tmoverhd/Makefile.am: Remove all-local: $(ARCH).
2003-12-01 21:35:53 +00:00
Joel Sherrill
95a81ab4eb 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* include/timesys.h, tm01/system.h, tm01/task1.c, tm01/tm01.doc,
	tm02/system.h, tm02/task1.c, tm02/tm02.doc, tm03/system.h,
	tm03/task1.c, tm03/tm03.doc, tm04/system.h, tm04/task1.c,
	tm04/tm04.doc, tm05/system.h, tm05/task1.c, tm05/tm05.doc,
	tm06/system.h, tm06/task1.c, tm06/tm06.doc, tm07/system.h,
	tm07/task1.c, tm07/tm07.doc, tm08/system.h, tm08/task1.c,
	tm08/tm08.doc, tm09/system.h, tm09/task1.c, tm09/tm09.doc,
	tm10/system.h, tm10/task1.c, tm10/tm10.doc, tm11/system.h,
	tm11/task1.c, tm11/tm11.doc, tm12/system.h, tm12/task1.c,
	tm12/tm12.doc, tm13/system.h, tm13/task1.c, tm13/tm13.doc,
	tm14/system.h, tm14/task1.c, tm14/tm14.doc, tm15/system.h,
	tm15/task1.c, tm15/tm15.doc, tm16/system.h, tm16/task1.c,
	tm16/tm16.doc, tm17/system.h, tm17/task1.c, tm17/tm17.doc,
	tm18/system.h, tm18/task1.c, tm18/tm18.doc, tm19/system.h,
	tm19/task1.c, tm19/tm19.doc, tm20/system.h, tm20/task1.c,
	tm20/tm20.doc, tm21/system.h, tm21/task1.c, tm21/tm21.doc,
	tm22/system.h, tm22/task1.c, tm22/tm22.doc, tm23/system.h,
	tm23/task1.c, tm23/tm23.doc, tm24/system.h, tm24/task1.c,
	tm24/tm24.doc, tm25/system.h, tm25/task1.c, tm25/tm25.doc,
	tm26/fptest.h, tm26/system.h, tm26/task1.c, tm26/tm26.doc,
	tm27/system.h, tm27/task1.c, tm27/tm27.doc, tm28/system.h,
	tm28/task1.c, tm28/tm28.doc, tm29/system.h, tm29/task1.c,
	tm29/tm29.doc, tmck/system.h, tmck/task1.c, tmck/tmck.doc,
	tmoverhd/dumrtems.h, tmoverhd/empty.c, tmoverhd/system.h,
	tmoverhd/testtask.c, tmoverhd/tmoverhd.doc: URL for license changed.
2003-09-04 18:53:55 +00:00
Ralf Corsepius
20668c7668 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake.
	include/Makefile.am: Reflect having moved automake.
	tm01/Makefile.am: Reflect having moved automake.
	tm02/Makefile.am: Reflect having moved automake.
	tm03/Makefile.am: Reflect having moved automake.
	tm04/Makefile.am: Reflect having moved automake.
	tm05/Makefile.am: Reflect having moved automake.
	tm06/Makefile.am: Reflect having moved automake.
	tm07/Makefile.am: Reflect having moved automake.
	tm08/Makefile.am: Reflect having moved automake.
	tm09/Makefile.am: Reflect having moved automake.
	tm10/Makefile.am: Reflect having moved automake.
	tm11/Makefile.am: Reflect having moved automake.
	tm12/Makefile.am: Reflect having moved automake.
	tm13/Makefile.am: Reflect having moved automake.
	tm14/Makefile.am: Reflect having moved automake.
	tm15/Makefile.am: Reflect having moved automake.
	tm16/Makefile.am: Reflect having moved automake.
	tm17/Makefile.am: Reflect having moved automake.
	tm18/Makefile.am: Reflect having moved automake.
	tm19/Makefile.am: Reflect having moved automake.
	tm20/Makefile.am: Reflect having moved automake.
	tm21/Makefile.am: Reflect having moved automake.
	tm22/Makefile.am: Reflect having moved automake.
	tm23/Makefile.am: Reflect having moved automake.
	tm24/Makefile.am: Reflect having moved automake.
	tm25/Makefile.am: Reflect having moved automake.
	tm26/Makefile.am: Reflect having moved automake.
	tm27/Makefile.am: Reflect having moved automake.
	tm28/Makefile.am: Reflect having moved automake.
	tm29/Makefile.am: Reflect having moved automake.
	tmck/Makefile.am: Reflect having moved automake.
	tmoverhd/Makefile.am: Reflect having moved automake.
2003-08-16 16:28:00 +00:00
Ralf Corsepius
dfdf09aece 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm01/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm02/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm03/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm04/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm05/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm06/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm07/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm08/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm09/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm10/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm11/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm12/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm13/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm14/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm15/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm16/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm17/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm18/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm19/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm20/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm21/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm22/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm23/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm24/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm25/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm26/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm27/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm28/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm29/Makefile.am: Use $(OBJEXT) instead of .o.
	* tmck/Makefile.am: Use $(OBJEXT) instead of .o.
	* tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
2002-08-11 04:53:39 +00:00
Joel Sherrill
b454bc9149 2002-08-01 Joel Sherrill <joel@OARcorp.com>
* 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.
	* include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
	tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
	tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
	tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
	tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
	tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
	tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
2002-08-02 00:52:37 +00:00
Joel Sherrill
f66be68000 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-28 00:44:39 +00:00
Joel Sherrill
5dfa8c1e44 2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm27/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm26/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm24/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm16/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm18/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm02/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm10/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm11/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm15/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm19/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm04/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm17/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm28/Makefile.am: include leaf.am instead of leaf.cfg.
	* tmck/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm08/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm12/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm03/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm13/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm29/Makefile.am: include leaf.am instead of leaf.cfg.
	* tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm20/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm09/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm01/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm21/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm07/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm25/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm22/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm06/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm05/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm14/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm23/Makefile.am: include leaf.am instead of leaf.cfg.
2001-09-19 17:22:19 +00:00
Joel Sherrill
d6cd8bb127 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
	tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
	tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
	tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
	tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
	tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
	tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
	tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
	tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
	tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
	tmoverhd/Makefile.am: Include compile.am
2000-09-05 16:05:24 +00:00
Joel Sherrill
df49c60c96 Merged from 4.5.0-beta3a 2000-06-12 15:00:15 +00:00
Joel Sherrill
bf85b19188 Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
adds .cvsignore.
2000-04-13 14:37:14 +00:00
Joel Sherrill
8fbdf07b62 Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that contains cosmetical changes to the Makefile.ams below tests (removes
old, now invalid comments from these Makefile.ams).
2000-01-31 15:22:23 +00:00
Joel Sherrill
6e9ad6ced3 Patch rtems-rc-19991117-12.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to convert the tmtests directory from Makefile.in to Makefile.am.
1999-11-23 13:32:07 +00:00
Joel Sherrill
08311cc3a9 Updated copyright notice. 1999-11-17 17:51:34 +00:00
Joel Sherrill
a49a7f3d87 Backed out change that increased the minimum stack size since it
was unnecessary.  The real fix was an alignment error in the
object extend memory allocation scheme.
1999-11-02 15:22:00 +00:00
Joel Sherrill
2e3e40770b Increased stack space for all initialization tasks in tmtests. 1999-11-01 20:21:17 +00:00