Sebastian Huber
0b520cb718
mptests: Avoid build system defined defines
...
Update #3818 .
2019-11-12 09:36:21 +01:00
Sebastian Huber
477bca2d61
build: Remove local.am
2018-10-10 07:57:47 +02:00
Sebastian Huber
51b3cbca11
tests: Use rtems_task_exit()
...
Update #3533 .
2018-10-05 13:41:07 +02:00
Chris Johns
3206879f06
testsuite/mptests: Merged nested Makefile.am files into one Makefile.am
...
This change is part of the testsuite Makefile.am reorganization.
Update #3382
2018-04-10 08:24:54 +10:00
Sebastian Huber
c4b8b147dd
tests: Use simple console driver
...
Update #3170 .
Update #3199 .
2017-11-06 07:26:42 +01:00
Sebastian Huber
af4355459e
tests: Remove TEST_INIT
...
The TEST_EXTERN is a used only by the system.h style tests and they use
CONFIGURE_INIT appropriately.
Update #3170 .
Update #3199 .
2017-10-28 13:33:56 +02:00
Chris Johns
98c6d50145
testsuite: Use printk for all test output where possible.
...
- Remove the printf support leaving the direct printk support configured
with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf
call to printk.
- Control the test's single init for functions and global data with
TEST_INIT and not CONFIGURE_INIT. They are now separate.
Updates #3170 .
2017-10-23 16:25:45 +11:00
Sebastian Huber
d4771e615c
mptests: Fix message queue configuration
2016-03-29 13:21:32 +02:00
Chris Johns
c49985691f
Change all references of rtems.com to rtems.org.
2014-03-21 08:10:47 +11: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
Joel Sherrill
48e02af9ca
mptests - Makefile.am did not set LINK_OBJS
...
LINK_OBJS =
instead of
LINK_OBJS = $(mp01_node1_OBJECTS)
2012-05-04 14:59:10 -05:00
Ralf Corsépius
27a345bfb8
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
d056639013
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1589/build
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am: Remove obsolete
optional manager capability.
2011-12-08 21:38:16 +00:00
Ralf Corsepius
a4bc4d6e29
Add HAVE_CONFIG_H.
2011-02-22 10:00:39 +00:00
Joel Sherrill
ef89926a5d
2009-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* mp03/task1.c, mp10/init.c, mp13/task1.c: Use
rtems_clock_get_ticks_per_second() instead of the obsoleted
TICKS_PER_SECOND.
2009-10-30 17:04:36 +00:00
Ralf Corsepius
58397d88e0
Use PRI*32 to print uint32_ts.
2009-10-30 13:18:33 +00:00
Joel Sherrill
9992cac496
2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* mp01/task1.c, mp02/task1.c, mp03/task1.c, mp05/task1.c, mp06/task1.c,
mp07/task1.c, mp08/task1.c, mp09/recvmsg.c, mp09/sendmsg.c,
mp09/task1.c, mp10/init.c, mp12/init.c, mp13/init.c, mp13/task1.c,
mp13/task2.c, mp14/evtask1.c, mp14/init.c: Eliminate test routines
TICKS_PER_SECOND and get_ticks_per_second() in favor of new
rtems_clock_get_ticks_per_second().
2009-08-12 20:50:29 +00:00
Ralf Corsepius
3d5483771c
Eliminate _exe_/.exe.
2009-04-03 12:55:13 +00:00
Joel Sherrill
5265a27fa2
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* mp09/recvmsg.c, mp09/task1.c, mp10/task1.c, mp13/task1.c,
mp14/msgtask1.c: Correct types to eliminate warnings.
2008-09-08 15:25:08 +00:00
Joel Sherrill
81fed4b75c
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* mp01/init.c, mp02/init.c, mp03/init.c, mp04/init.c, mp05/init.c,
mp06/init.c, mp07/init.c, mp08/init.c, mp09/init.c, mp10/init.c,
mp11/init.c, mp12/init.c, mp13/init.c, mp14/init.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:06 +00:00
Joel Sherrill
7d1714545b
2008-01-30 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am: Use all managers.
2008-01-30 19:53:42 +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
564dcf4213
Rework.
2005-11-11 14:41:53 +00:00
Ralf Corsepius
4024e57803
Cosmetics.
2005-11-11 10:26:50 +00:00
Ralf Corsepius
ceb459eefe
Various cleanups.
2005-11-11 09:27:24 +00:00
Ralf Corsepius
fcc85d2dee
Hard-code node number.
2005-11-11 09:12:26 +00:00
Ralf Corsepius
0ccdbde383
Fix typo in previous patch.
2005-11-11 09:06:32 +00:00
Ralf Corsepius
7e3887773a
Eliminate TEST.
2005-11-11 09:03:24 +00:00
Ralf Corsepius
685e9cd368
Expand mptests.am.
2005-11-11 08:22:25 +00:00
Ralf Corsepius
cb2818800d
Eliminate DOCTYPES.
2005-11-10 22:21:20 +00:00
Ralf Corsepius
506f0d0932
Reflect changes to TEST variable contents.
2005-11-10 22:00:28 +00:00
Ralf Corsepius
945f59015a
New.
2005-11-10 18:22:03 +00:00
Ralf Corsepius
d087b248c6
Removed (Renamed to *-node<N>.*).
2005-11-10 18:21:37 +00:00
Ralf Corsepius
d65005e414
AM_CPPFLAGS += -I..../support/include.
2005-11-09 12:44:35 +00:00
Ralf Corsepius
f068a6f98e
Misc. bugfixes.
2005-11-07 12:52:00 +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
cdd071a20a
2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
mp02/node1/Makefile.am, mp02/node2/Makefile.am,
mp03/node1/Makefile.am, mp03/node2/Makefile.am,
mp04/node1/Makefile.am, mp04/node2/Makefile.am,
mp05/node1/Makefile.am, mp05/node2/Makefile.am,
mp06/node1/Makefile.am, mp06/node2/Makefile.am,
mp07/node1/Makefile.am, mp07/node2/Makefile.am,
mp08/node1/Makefile.am, mp08/node2/Makefile.am,
mp09/node1/Makefile.am, mp09/node2/Makefile.am,
mp10/node1/Makefile.am, mp10/node2/Makefile.am,
mp11/node1/Makefile.am, mp11/node2/Makefile.am,
mp12/node1/Makefile.am, mp12/node2/Makefile.am,
mp13/node1/Makefile.am, mp13/node2/Makefile.am,
mp14/node1/Makefile.am, mp14/node2/Makefile.am:
Remove $(LIB_VARIANT).
2005-01-06 10:52:53 +00:00
Ralf Corsepius
8f71a36f71
Remove stray white spaces.
2004-04-20 07:09:31 +00:00
Ralf Corsepius
ab187ada20
* mp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
...
* mp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* mp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2004-04-01 15:16:16 +00:00
Ralf Corsepius
d8e681e7fb
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* mp02/task1.c, mp03/system.h, mp03/task1.c, mp04/task1.c,
mp05/system.h, mp06/task1.c, mp07/task1.c, mp08/task1.c,
mp09/recvmsg.c, mp09/sendmsg.c, mp09/task1.c, mp10/task1.c,
mp11/init.c, mp12/init.c, mp13/task1.c, mp14/evtask1.c,
mp14/evtmtask.c, mp14/init.c, mp14/msgtask1.c, mp14/pttask1.c,
mp14/smtask1.c, mp14/system.h: Convert to using c99 fixed size
types.
2004-03-30 11:18:29 +00:00
Ralf Corsepius
b736e817a5
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* mp01/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
Add PRE/TMPINSTALL_FILES to CLEANFILES.
* mp01/node2/Makefile.am: Ditto.
* mp02/node1/Makefile.am: Ditto.
* mp02/node2/Makefile.am: Ditto.
* mp03/node1/Makefile.am: Ditto.
* mp03/node2/Makefile.am: Ditto.
* mp04/node1/Makefile.am: Ditto.
* mp04/node2/Makefile.am: Ditto.
* mp05/node1/Makefile.am: Ditto.
* mp05/node2/Makefile.am: Ditto.
* mp06/node1/Makefile.am: Ditto.
* mp06/node2/Makefile.am: Ditto.
* mp07/node1/Makefile.am: Ditto.
* mp07/node2/Makefile.am: Ditto.
* mp08/node1/Makefile.am: Ditto.
* mp08/node2/Makefile.am: Ditto.
* mp09/node1/Makefile.am: Ditto.
* mp09/node2/Makefile.am: Ditto.
* mp10/node1/Makefile.am: Ditto.
* mp10/node2/Makefile.am: Ditto.
* mp11/node1/Makefile.am: Ditto.
* mp11/node2/Makefile.am: Ditto.
* mp12/node1/Makefile.am: Ditto.
* mp12/node2/Makefile.am: Ditto.
* mp13/node1/Makefile.am: Ditto.
* mp13/node2/Makefile.am: Ditto.
* mp14/node1/Makefile.am: Ditto.
* mp14/node2/Makefile.am: Ditto.
2004-01-14 07:49:17 +00:00
Ralf Corsepius
0784c0a18b
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* mptests.am: Add dirstamp support.
* mptests/mp01/node1/Makefile.am: Eliminate VPATH.
* mptests/mp01/node2/Makefile.am: Eliminate VPATH.
* mptests/mp02/node1/Makefile.am: Eliminate VPATH.
* mptests/mp02/node2/Makefile.am: Eliminate VPATH.
* mptests/mp03/node1/Makefile.am: Eliminate VPATH.
* mptests/mp03/node2/Makefile.am: Eliminate VPATH.
* mptests/mp04/node1/Makefile.am: Eliminate VPATH.
* mptests/mp04/node2/Makefile.am: Eliminate VPATH.
* mptests/mp05/node1/Makefile.am: Eliminate VPATH.
* mptests/mp05/node2/Makefile.am: Eliminate VPATH.
* mptests/mp06/node1/Makefile.am: Eliminate VPATH.
* mptests/mp06/node2/Makefile.am: Eliminate VPATH.
* mptests/mp07/node1/Makefile.am: Eliminate VPATH.
* mptests/mp07/node2/Makefile.am: Eliminate VPATH.
* mptests/mp08/node1/Makefile.am: Eliminate VPATH.
* mptests/mp08/node2/Makefile.am: Eliminate VPATH.
* mptests/mp09/node1/Makefile.am: Eliminate VPATH.
* mptests/mp09/node2/Makefile.am: Eliminate VPATH.
* mptests/mp10/node1/Makefile.am: Eliminate VPATH.
* mptests/mp10/node2/Makefile.am: Eliminate VPATH.
* mptests/mp11/node1/Makefile.am: Eliminate VPATH.
* mptests/mp11/node2/Makefile.am: Eliminate VPATH.
* mptests/mp12/node1/Makefile.am: Eliminate VPATH.
* mptests/mp12/node2/Makefile.am: Eliminate VPATH.
* mptests/mp13/node1/Makefile.am: Eliminate VPATH.
* mptests/mp13/node2/Makefile.am: Eliminate VPATH.
* mptests/mp14/node1/Makefile.am: Eliminate VPATH.
* mptests/mp14/node2/Makefile.am: Eliminate VPATH.
2003-12-18 09:49:43 +00:00
Ralf Corsepius
8c2763737e
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* mp01/Makefile.am: Reformat.
* mp01/node1/Makefile.am: Remove all-local: $(ARCH).
* mp01/node2/Makefile.am: Remove all-local: $(ARCH).
* mp02/Makefile.am: Reformat.
* mp02/node1/Makefile.am: Remove all-local: $(ARCH).
* mp02/node2/Makefile.am: Remove all-local: $(ARCH).
* mp03/Makefile.am: Reformat.
* mp03/node1/Makefile.am: Remove all-local: $(ARCH).
* mp03/node2/Makefile.am: Remove all-local: $(ARCH).
* mp04/Makefile.am: Reformat.
* mp04/node1/Makefile.am: Remove all-local: $(ARCH).
* mp04/node2/Makefile.am: Remove all-local: $(ARCH).
* mp05/Makefile.am: Reformat.
* mp05/node1/Makefile.am: Remove all-local: $(ARCH).
* mp05/node2/Makefile.am: Remove all-local: $(ARCH).
* mp06/Makefile.am: Reformat.
* mp06/node1/Makefile.am: Remove all-local: $(ARCH).
* mp06/node2/Makefile.am: Remove all-local: $(ARCH).
* mp07/Makefile.am: Reformat.
* mp07/node1/Makefile.am: Remove all-local: $(ARCH).
* mp07/node2/Makefile.am: Remove all-local: $(ARCH).
* mp08/Makefile.am: Reformat.
* mp08/node1/Makefile.am: Remove all-local: $(ARCH).
* mp08/node2/Makefile.am: Remove all-local: $(ARCH).
* mp09/Makefile.am: Reformat.
* mp09/node1/Makefile.am: Remove all-local: $(ARCH).
* mp09/node2/Makefile.am: Remove all-local: $(ARCH).
* mp10/Makefile.am: Reformat.
* mp10/node1/Makefile.am: Remove all-local: $(ARCH).
* mp10/node2/Makefile.am: Remove all-local: $(ARCH).
* mp11/Makefile.am: Reformat.
* mp11/node1/Makefile.am: Remove all-local: $(ARCH).
* mp11/node2/Makefile.am: Remove all-local: $(ARCH).
* mp12/Makefile.am: Reformat.
* mp12/node1/Makefile.am: Remove all-local: $(ARCH).
* mp12/node2/Makefile.am: Remove all-local: $(ARCH).
* mp13/Makefile.am: Reformat.
* mp13/node1/Makefile.am: Remove all-local: $(ARCH).
* mp13/node2/Makefile.am: Remove all-local: $(ARCH).
* mp14/Makefile.am: Reformat.
* mp14/node1/Makefile.am: Remove all-local: $(ARCH).
* mp14/node2/Makefile.am: Remove all-local: $(ARCH).
2003-12-01 21:21:29 +00:00
Joel Sherrill
d7a0857b3f
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* mp01/init.c, mp01/system.h, mp01/task1.c, mp01/node1/mp01.doc,
mp01/node2/mp01.doc, mp02/init.c, mp02/system.h, mp02/task1.c,
mp02/node1/mp02.doc, mp02/node2/mp02.doc, mp03/delay.c, mp03/init.c,
mp03/system.h, mp03/task1.c, mp03/node1/mp03.doc,
mp03/node2/mp03.doc, mp04/init.c, mp04/system.h, mp04/task1.c,
mp04/node1/mp04.doc, mp04/node2/mp04.doc, mp05/asr.c, mp05/init.c,
mp05/system.h, mp05/task1.c, mp05/node1/mp05.doc,
mp05/node2/mp05.doc, mp06/init.c, mp06/system.h, mp06/task1.c,
mp06/node1/mp06.doc, mp06/node2/mp06.doc, mp07/init.c, mp07/system.h,
mp07/task1.c, mp07/node1/mp07.doc, mp07/node2/mp07.doc, mp08/init.c,
mp08/system.h, mp08/task1.c, mp08/node1/mp08.doc,
mp08/node2/mp08.doc, mp09/init.c, mp09/recvmsg.c, mp09/sendmsg.c,
mp09/system.h, mp09/task1.c, mp09/node1/mp09.doc,
mp09/node2/mp09.doc, mp10/init.c, mp10/system.h, mp10/task1.c,
mp10/task2.c, mp10/task3.c, mp10/node1/mp10.doc, mp10/node2/mp10.doc,
mp11/init.c, mp11/system.h, mp11/node1/mp11.doc, mp11/node2/mp11.doc,
mp12/init.c, mp12/system.h, mp12/node1/mp12.doc, mp12/node2/mp12.doc,
mp13/init.c, mp13/system.h, mp13/task1.c, mp13/task2.c,
mp13/node1/mp13.doc, mp13/node2/mp13.doc, mp14/delay.c,
mp14/evtask1.c, mp14/evtmtask.c, mp14/exit.c, mp14/init.c,
mp14/msgtask1.c, mp14/pttask1.c, mp14/smtask1.c, mp14/system.h,
mp14/node1/mp14.doc, mp14/node2/mp14.doc: URL for license changed.
2003-09-04 18:53:31 +00:00
Ralf Corsepius
e76fd739d4
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
Makefile.am: Reflect having moved automake.
mp01/Makefile.am: Reflect having moved automake.
mp01/node1/Makefile.am: Reflect having moved automake.
mp01/node2/Makefile.am: Reflect having moved automake.
mp02/Makefile.am: Reflect having moved automake.
mp02/node1/Makefile.am: Reflect having moved automake.
mp02/node2/Makefile.am: Reflect having moved automake.
mp03/Makefile.am: Reflect having moved automake.
mp03/node1/Makefile.am: Reflect having moved automake.
mp03/node2/Makefile.am: Reflect having moved automake.
mp04/Makefile.am: Reflect having moved automake.
mp04/node1/Makefile.am: Reflect having moved automake.
mp04/node2/Makefile.am: Reflect having moved automake.
mp05/Makefile.am: Reflect having moved automake.
mp05/node1/Makefile.am: Reflect having moved automake.
mp05/node2/Makefile.am: Reflect having moved automake.
mp06/Makefile.am: Reflect having moved automake.
mp06/node1/Makefile.am: Reflect having moved automake.
mp06/node2/Makefile.am: Reflect having moved automake.
mp07/Makefile.am: Reflect having moved automake.
mp07/node1/Makefile.am: Reflect having moved automake.
mp07/node2/Makefile.am: Reflect having moved automake.
mp08/Makefile.am: Reflect having moved automake.
mp08/node1/Makefile.am: Reflect having moved automake.
mp08/node2/Makefile.am: Reflect having moved automake.
mp09/Makefile.am: Reflect having moved automake.
mp09/node1/Makefile.am: Reflect having moved automake.
mp09/node2/Makefile.am: Reflect having moved automake.
mp10/Makefile.am: Reflect having moved automake.
mp10/node1/Makefile.am: Reflect having moved automake.
mp10/node2/Makefile.am: Reflect having moved automake.
mp11/Makefile.am: Reflect having moved automake.
mp11/node1/Makefile.am: Reflect having moved automake.
mp11/node2/Makefile.am: Reflect having moved automake.
mp12/Makefile.am: Reflect having moved automake.
mp12/node1/Makefile.am: Reflect having moved automake.
mp12/node2/Makefile.am: Reflect having moved automake.
mp13/Makefile.am: Reflect having moved automake.
mp13/node1/Makefile.am: Reflect having moved automake.
mp13/node2/Makefile.am: Reflect having moved automake.
mp14/Makefile.am: Reflect having moved automake.
mp14/node1/Makefile.am: Reflect having moved automake.
mp14/node2/Makefile.am: Reflect having moved automake.
2003-08-16 16:27:11 +00:00