summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/iostream (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-09samples/iostream: Produce proper begin/end messageSebastian Huber1-4/+5
Print the full test information.
2022-06-14samples/iostream/init.cc: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2022-06-14samples/*/*.doc: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2022-04-12testsuites/samples: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2020-07-23libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber1-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.
2020-02-06samples/iostream: Simplify configurationSebastian Huber1-1/+0
Remove CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY since it is not needed and just increases the boot time.
2018-04-10testsuite/samples: Merged nested Makefile.am files into one Makefile.amChris Johns1-20/+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.
2015-02-12IMFS: Add fine grained configurationSebastian Huber1-3/+0
Remove miniIMFS. Statically initialize the root IMFS. Add configuration options to disable individual features of the root IMFS, e.g. o CONFIGURE_IMFS_DISABLE_CHOWN, o CONFIGURE_IMFS_DISABLE_FCHMOD, o CONFIGURE_IMFS_DISABLE_LINK, o CONFIGURE_IMFS_DISABLE_MKNOD, o CONFIGURE_IMFS_DISABLE_MOUNT, o CONFIGURE_IMFS_DISABLE_READLINK, o CONFIGURE_IMFS_DISABLE_RENAME, o CONFIGURE_IMFS_DISABLE_RMNOD, o CONFIGURE_IMFS_DISABLE_SYMLINK, o CONFIGURE_IMFS_DISABLE_UNMOUNT, and o CONFIGURE_IMFS_DISABLE_UTIME.
2014-09-01samples/iostream: Produce proper begin/end messageSebastian Huber2-4/+4
2014-05-06testsuites: Remove BSP_SMALL_MEMORYJoel Sherrill1-8/+0
2014-03-25tests: Produce proper begin/end messagesSebastian Huber1-2/+3
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns3-3/+3
2014-03-17tests/samples: Use <rtems/test.h>Sebastian Huber2-2/+7
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill4-11/+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 Sherrill1-0/+5
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius1-5/+0
2012-02-01Remove all .cvsignore files.Joel Sherrill1-2/+0
2011-12-082011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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.
2010-06-022010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns1-4/+0
* iostream/init.cc: Remove the hack.
2010-06-022010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2-0/+5
* fileio/init.c: Update to new mount API. * iostream/init.cc: Hack to work around confdefs.h in C++. * iostream/system.h: Add comment about base miniIMFS.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns1-6/+0
* iostream/system.h: Remove the Init prototype. Provide in confdefs.h.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns1-0/+10
* fileio/init.c, fileio/system.h, iostream/init.cc, loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if BSP_SMALL_MEMORY is defined. Remove this code once a better way is supported by the build system.
2009-04-03Eliminate _exe_/.exe.Ralf Corsepius1-7/+7
2008-06-172008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+3
* iostream/system.h: Init task was close to blowing stack on PowerPC. * minimum/init.c: Disable Classic API Notepads.
2008-04-232008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+2
* iostream/system.h: Update to include definition of CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
2008-02-282008-02-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+2
* iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc 4.3.x.
2007-11-292007-11-29 Chris Johns <chrisj@rtems.org>Chris Johns2-7/+9
* iostream/Makefile.am: Change the executable name so it does not create a file which is the same name as the standard header file. * iostream/system.h: Need to increase the number of semaphores for the libstdc++ runtime.
2007-05-112007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
* base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, nsecs/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, ticker/system.h, unlimited/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. * nsecs/init.c: Commit hack so test will compile when POSIX is disabled. Remove hack when clock_gettime() is present even when --disable-posix.
2006-07-11Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius1-4/+2
2005-11-15Remove offending make-exe.Eric Norum1-1/+0
2005-11-13Convert to using *_PROGRAMS.Ralf Corsepius1-12/+10
2005-11-11Rework.Ralf Corsepius1-27/+7
2005-11-11Cosmetics.Ralf Corsepius1-3/+0
2005-11-11Eliminate TEST.Ralf Corsepius1-7/+6
2005-11-11Expand sample.am.Ralf Corsepius1-1/+20
2005-11-10Eliminate DOCTYPES.Ralf Corsepius1-2/+1
2005-11-10s/SAMPLE/TEST/ for improved consistency with other tests.Ralf Corsepius1-3/+3
2005-11-07Remove SRCS, PRINT_SRCS.Ralf Corsepius1-2/+0
2005-11-07Switch back to include compile.am instead of amcompile.amRalf Corsepius1-1/+1
2005-11-07Partial conversion to automake.Ralf Corsepius1-9/+6
2004-05-102004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius6-0/+133
* iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc, iostream/iostream.scn, iostream/system.h: New (C++ variant of hello).