summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/paranoia (follow)
Commit message (Collapse)AuthorAgeFilesLines
* samples/*/*.doc: Change license to BSD-2Joel Sherrill2022-06-141-3/+22
| | | | Updates #3053.
* testsuites/samples: Change license to BSD-2Joel Sherrill2022-04-122-6/+44
| | | | Updates #3053.
* 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.
* samples/paranoia: Remove <bsp.h> includeSebastian Huber2019-11-121-1/+0
| | | | This include is superfluous.
* samples: Avoid build system defined definesSebastian Huber2019-11-121-0/+4
| | | | Update #3818.
* testsuite/samples: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-101-26/+0
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* tests: Use <tmacros.h> in all testsSebastian Huber2017-11-062-4/+6
| | | | | Update #3170. Update #3199.
* 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.
* tests: Use rtems_print_printer_fprintf_putc()Sebastian Huber2017-10-281-1/+1
| | | | | | | | Use rtems_print_printer_fprintf_putc() instead of rtems_print_printer_printf() to output via rtems_putc(). Update #3170. Update #3199.
* tests: Move rtems_test_printer definitionSebastian Huber2017-10-281-1/+0
| | | | | | | Statically initialize it to use printk(). 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.
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-251-0/+2
| | | | | | | | | | | | | | | | | | | This change adds rtems_printf and related functions and wraps the RTEMS print plugin support into a user API. All references to the plugin are removed and replaced with the rtems_printer interface. Printk and related functions are made to return a valid number of characters formatted and output. The function attribute to check printf functions has been added to rtems_printf and printk. No changes to remove warrnings are part of this patch set. The testsuite has been moved over to the rtems_printer. The testsuite has a mix of rtems_printer access and direct print control via the tmacros.h header file. The support for begink/endk has been removed as it served no purpose and only confused the code base. The testsuite has not been refactored to use rtems_printf. This is future work.
* testsuites: Remove BSP_SMALL_MEMORYJoel Sherrill2014-05-062-7/+0
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-213-3/+3
|
* tests/samples: Use <rtems/test.h>Sebastian Huber2014-03-172-2/+7
|
* testsuites: Add missing .scn filesJoel Sherrill2013-11-152-2/+135
|
* Fix C files which had two semi-colons at EOLJoel Sherrill2012-05-311-2/+2
|
* samples - Eliminate missing prototype warningsJoel Sherrill2012-05-311-13/+2
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-115-13/+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-071-0/+5
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-5/+0
|
* Remove all .cvsignore files.Joel Sherrill2012-02-011-2/+0
|
* 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-081-3/+1
| | | | | | | | | | 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
|
* exclude big samples for SMALL MEMORY BSPsThomas Doerfler2010-03-292-0/+8
|
* Eliminate _exe_/.exe.Ralf Corsepius2009-04-031-8/+8
|
* 2008-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-11-241-22/+24
| | | | * paranoia/paranoia.c: Add missing prototypes.
* Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2006-07-111-2/+1
|
* Convert to using *_PROGRAMS.Ralf Corsepius2005-11-131-13/+9
|
* Rework.Ralf Corsepius2005-11-111-26/+5
|
* Cosmetics.Ralf Corsepius2005-11-111-4/+0
|
* Eliminate TEST.Ralf Corsepius2005-11-111-7/+6
|
* Expand sample.am.Ralf Corsepius2005-11-111-1/+20
|
* Eliminate DOCTYPES.Ralf Corsepius2005-11-101-2/+1
|
* s/SAMPLE/TEST/ for improved consistency with other tests.Ralf Corsepius2005-11-101-3/+3
|
* Remove SRCS, PRINT_SRCS.Ralf Corsepius2005-11-071-2/+0
|
* Switch back to include compile.am instead of amcompile.amRalf Corsepius2005-11-071-1/+1
|
* Partial conversion to automake.Ralf Corsepius2005-11-071-9/+6
|
* * 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>.
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-141-0/+2
| | | | | | | | | | | | | | | | * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * base_mp/node2/Makefile.am: Ditto. * base_sp/Makefile.am: Ditto. * cdtest/Makefile.am: Ditto. * fileio/Makefile.am: Ditto. * hello/Makefile.am: Ditto. * loopback/Makefile.am: Ditto. * minimum/Makefile.am: Ditto. * paranoia/Makefile.am: Ditto. * pppd/Makefile.am: Ditto. * ticker/Makefile.am: Ditto. * unlimited/Makefile.am: Ditto.
* 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-011-2/+1
| | | | | | | | | | | | | | | | * base_mp/Makefile.am: Reformat. * base_mp/node1/Makefile.am: Remove all-local: $(ARCH). * base_mp/node2/Makefile.am: Remove all-local: $(ARCH). * base_sp/Makefile.am: Remove all-local: $(ARCH). * cdtest/Makefile.am: Remove all-local: $(ARCH). * fileio/Makefile.am: Remove all-local: $(ARCH). * hello/Makefile.am: Remove all-local: $(ARCH). * loopback/Makefile.am: Remove all-local: $(ARCH). * minimum/Makefile.am: Remove all-local: $(ARCH). * paranoia/Makefile.am: Remove all-local: $(ARCH). * pppd/Makefile.am: Remove all-local: $(ARCH). * ticker/Makefile.am: Remove all-local: $(ARCH). * unlimited/Makefile.am: Remove all-local: $(ARCH).
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-043-3/+3
| | | | | | | | | | | | | | * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h, base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc, base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c, base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h, fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc, hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc, paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h, ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc, unlimited/init.c, unlimited/system.h, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL for license changed.
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-161-3/+3
| | | | | | | | | | | | | | | | | Makefile.am: Reflect having moved automake. base_mp/Makefile.am: Reflect having moved automake. base_mp/node1/Makefile.am: Reflect having moved automake. base_mp/node2/Makefile.am: Reflect having moved automake. base_sp/Makefile.am: Reflect having moved automake. cdtest/Makefile.am: Reflect having moved automake. fileio/Makefile.am: Reflect having moved automake. hello/Makefile.am: Reflect having moved automake. loopback/Makefile.am: Reflect having moved automake. minimum/Makefile.am: Reflect having moved automake. paranoia/Makefile.am: Reflect having moved automake. pppd/Makefile.am: Reflect having moved automake. ticker/Makefile.am: Reflect having moved automake. unlimited/Makefile.am: Reflect having moved automake.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-111-1/+1
| | | | | | | | | | | | * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o. * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o. * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o. * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o. * hello/Makefile.am: Use .$(OBJEXT) instead of .o. * minimum/Makefile.am: Use .$(OBJEXT) instead of .o. * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o. * ticker/Makefile.am: Use .$(OBJEXT) instead of .o. * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-04-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-171-0/+1
| | | | | | | | | | | * base_sp/apptask.c: Include <stdlib.h>. * hello/init.c: Ditto. * paranoia/init.c: Ditto. * ticker/tasks.c: Ditto. * unlimited/init.c: Ditto. * unlimited/test1.c: Ditto. * unlimited/test2.c: Ditto. * unlimited/test3.c: Ditto.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-281-1/+0
| | | | | | | | | | | | | | | | | * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS. * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS. * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS. * hello/Makefile.am: Remove AUTOMAKE_OPTIONS. * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS. * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS. * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS. * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-10-171-1/+1
| | | | * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
* 2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-191-1/+1
| | | | | | | | | | | | | * unlimited/Makefile.am: include leaf.am instead of leaf.cfg. * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg. * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg. * hello/Makefile.am: include leaf.am instead of leaf.cfg. * base_sp/Makefile.am: include leaf.am instead of leaf.cfg. * paranoia/Makefile.am: include leaf.am instead of leaf.cfg. * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use make-cxx-exe. * ticker/Makefile.am: include leaf.am instead of leaf.cfg. * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
* 2000-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-311-1/+1
| | | | | | | | * POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * paranoia/paranoia.c: Commented out incorrect and conflicting prototype of read().