summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp08 (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-14mptests/*/*.doc: Change license to BSD-2Joel Sherrill2-6/+44
Updates #3053.
2022-04-27mptests: Manually adding file headers and licensesRyan Long2-0/+70
These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses.
2022-04-07testsuites/mptests/*: Change license to BSD-2.Joel Sherrill3-9/+66
Updates #3053.
2021-09-21build: Remove old build systemSebastian Huber1-3/+0
Close #3250. Close #4081.
2019-12-13rtems: Add and use rtems_object_get_local_node()Sebastian Huber2-5/+5
Update #3841.
2019-11-12mptests: Avoid build system defined definesSebastian Huber3-0/+4
Update #3818.
2018-10-10build: Remove local.amSebastian Huber1-1/+0
2018-10-05tests: Use rtems_task_exit()Sebastian Huber1-2/+1
Update #3533.
2018-04-10testsuite/mptests: Merged nested Makefile.am files into one Makefile.amChris Johns6-44/+0
This change is part of the testsuite Makefile.am reorganization. Update #3382
2017-11-06tests: Use simple console driverSebastian Huber1-1/+1
Update #3170. Update #3199.
2017-10-28tests: Remove TEST_INITSebastian Huber1-2/+0
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-23testsuite: Use printk for all test output where possible.Chris Johns1-0/+2
- 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.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns5-5/+5
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill8-24/+0
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-07Revert: Remove CVS IdsJoel Sherrill3-0/+12
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04mptests - Makefile.am did not set LINK_OBJSJoel Sherrill2-2/+2
LINK_OBJS = instead of LINK_OBJS = $(mp01_node1_OBJECTS)
2012-05-04Remove CVS-Ids.Ralf Corsépius3-12/+0
2012-02-01Remove all .cvsignore files.Joel Sherrill3-6/+0
2011-12-082011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-10/+2
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-02-22Add HAVE_CONFIG_H.Ralf Corsepius2-0/+8
2009-10-30Use PRI*32 to print uint32_ts.Ralf Corsepius1-1/+1
2009-08-122009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+2
* 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-04-03Eliminate _exe_/.exe.Ralf Corsepius2-14/+14
2008-02-012008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
* 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-01-302008-01-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-2/+2
* 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.
2006-07-11Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2-8/+4
2005-11-13Convert to using *_PROGRAMS.Ralf Corsepius2-24/+18
2005-11-11Rework.Ralf Corsepius2-68/+16
2005-11-11Cosmetics.Ralf Corsepius2-6/+0
2005-11-11Various cleanups.Ralf Corsepius2-8/+6
2005-11-11Hard-code node number.Ralf Corsepius2-22/+20
2005-11-11Fix typo in previous patch.Ralf Corsepius2-4/+4
2005-11-11Eliminate TEST.Ralf Corsepius2-14/+12
2005-11-11Expand mptests.am.Ralf Corsepius2-2/+44
2005-11-10Eliminate DOCTYPES.Ralf Corsepius2-4/+2
2005-11-10Reflect changes to TEST variable contents.Ralf Corsepius2-4/+4
2005-11-10New.Ralf Corsepius4-0/+86
2005-11-10Removed (Renamed to *-node<N>.*).Ralf Corsepius4-86/+0
2005-11-09AM_CPPFLAGS += -I..../support/include.Ralf Corsepius2-0/+4
2005-11-07Misc. bugfixes.Ralf Corsepius3-4/+2
2005-11-07Remove SRC, PRINT_SRC.Ralf Corsepius2-4/+0
2005-11-07Switch back to include compile.am instead of amcompile.amRalf Corsepius2-2/+2
2005-11-07Partial conversion to automake.Ralf Corsepius2-20/+10
2005-01-062005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+2
* 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).
2004-04-20Remove stray white spaces.Ralf Corsepius1-3/+3
2004-04-01 * mp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.Ralf Corsepius1-1/+1
* 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-03-302004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+1
* 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-01-142004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-0/+4
* 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.
2003-12-182003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-8/+10
* 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-012003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-5/+2
* 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).