summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/base_mp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* samples/*/*.doc: Change license to BSD-2Joel Sherrill2022-06-142-6/+44
| | | | Updates #3053.
* samples: Manually adding file headers and licensesRyan Long2022-04-272-0/+70
| | | | | These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses.
* testsuites/samples: Change license to BSD-2Joel Sherrill2022-04-123-9/+66
| | | | Updates #3053.
* rtems: Use RTEMS_WHO_AM_I for rtems_task_ident()Sebastian Huber2021-11-181-1/+1
|
* libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber2020-07-231-1/+1
| | | | | | | | Rename this header file to later move <t.h> to <rtems/test.h>. The main feature provided by <rtems/test-info.h> is the output of standard test information which is consumed by the RTEMS Tester. Update #3199.
* rtems: Add and use rtems_object_get_local_node()Sebastian Huber2019-12-131-1/+1
| | | | Update #3841.
* samples: Avoid build system defined definesSebastian Huber2019-11-123-0/+4
| | | | Update #3818.
* tests: Use rtems_task_exit()Sebastian Huber2018-10-051-1/+1
| | | | Update #3533.
* testsuite/samples: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-107-47/+0
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* tests: Use simple console driverSebastian Huber2017-11-061-1/+1
| | | | | Update #3170. Update #3199.
* tests: Remove TEST_INITSebastian Huber2017-10-281-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.
* testsuite: Use printk for all test output where possible.Chris Johns2017-10-231-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.
* samples/base_mp/apptask.c: Fix warning and clean upJoel Sherrill2016-06-161-12/+11
|
* samples/base_mp: Check directive statusSebastian Huber2016-03-291-1/+5
|
* samples/base_mp: Include missing header fileSebastian Huber2014-03-271-0/+2
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-215-5/+5
|
* tests/samples: Use <rtems/test.h>Sebastian Huber2014-03-173-2/+7
|
* samples - Eliminate missing prototype warningsJoel Sherrill2012-05-311-13/+5
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-118-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.
* Revert: Remove CVS IdsJoel Sherrill2012-05-073-0/+12
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* samples/base_mp - Makefile.am did not set LINK_OBJSJoel Sherrill2012-05-042-2/+2
| | | | | | | | LINK_OBJS = instead of LINK_OBJS = $(mp01_node1_OBJECTS)
* Remove CVS-Ids.Ralf Corsépius2012-05-043-12/+0
|
* Remove all .cvsignore files.Joel Sherrill2012-02-013-6/+0
|
* 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-082-10/+2
| | | | | | | | | | PR 1589/build * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am: Remove obsolete optional manager capability.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-222-0/+8
|
* Add -I$(top_srcdir)/../support/include.Ralf Corsepius2009-10-302-0/+2
|
* Use PRIxrtems_id to print rtems_ids.Ralf Corsepius2009-10-301-2/+4
| | | | Include "tmacros.h".
* Eliminate _exe_/.exe.Ralf Corsepius2009-04-032-14/+14
|
* 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-052-2/+2
| | | | | * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and fixing while running mptests on psim.
* Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2006-07-112-8/+4
|
* Convert to using *_PROGRAMS.Ralf Corsepius2005-11-132-24/+18
|
* Rework.Ralf Corsepius2005-11-112-54/+14
|
* Cosmetics.Ralf Corsepius2005-11-112-6/+0
|
* Hard-code node number.Ralf Corsepius2005-11-112-16/+14
|
* Eliminate TEST.Ralf Corsepius2005-11-112-14/+12
|
* Expand sample.am.Ralf Corsepius2005-11-112-2/+40
|
* New.Ralf Corsepius2005-11-104-0/+34
|
* Remove.Ralf Corsepius2005-11-104-34/+0
|
* s/SAMPLE/TEST/ for improved consistency with other tests.Ralf Corsepius2005-11-102-6/+4
|
* s/SAMPLE/TEST/ for improved consistency with other tests.Ralf Corsepius2005-11-102-2/+2
|
* Remove redundant EXTRA_DIST.Ralf Corsepius2005-11-101-2/+1
|
* CleanupRalf Corsepius2005-11-072-2/+2
|
* Remove SRCS, PRINT_SRCS.Ralf Corsepius2005-11-072-4/+0
|
* Switch back to include compile.am instead of amcompile.amRalf Corsepius2005-11-072-2/+2
|
* Cleanup.Ralf Corsepius2005-11-072-12/+2
|
* Partial conversion to automake.Ralf Corsepius2005-11-072-12/+12
|
* 2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-062-2/+2
| | | | | * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Remove LIB_VARIANT.
* 2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-05-102-10/+0
| | | | | | | | | * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS, NETTESTS. Add iostream/. * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am: Reflect changes above. * cdtest/main.cc: Adaptation to new C++ standards.
* Remove stray white spaces.Ralf Corsepius2004-04-201-3/+3
|
* * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.Ralf Corsepius2004-04-011-1/+1
| | | | | | | | | | | | | * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.