summaryrefslogtreecommitdiffstats
path: root/testsuites/samples (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am: Remove legacy networking filesVijay Kumar Banerjee2021-04-261-23/+0
* testsuites: Remove all legacy networking testsVijay Kumar Banerjee2021-04-0710-724/+0
* samples/unlimited: Prevent compile errorKinsey Moore2020-12-031-1/+0
* testsuites/samples/fileio - Increase of stack sizeFrank Kühndel2020-10-121-1/+1
* libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber2020-07-2311-11/+11
* testsuites: Remove CONFIGURE_MALLOC_STATISTICSSebastian Huber2020-03-311-2/+0
* score: Simplify _Thread_Initialize()Sebastian Huber2020-02-121-0/+2
* samples/iostream: Simplify configurationSebastian Huber2020-02-061-1/+0
* config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber2019-12-194-4/+4
* rtems: Add and use rtems_object_get_local_node()Sebastian Huber2019-12-131-1/+1
* samples/paranoia: Remove <bsp.h> includeSebastian Huber2019-11-121-1/+0
* samples: Avoid build system defined definesSebastian Huber2019-11-125-5/+13
* ticker/init.c: Error should say clock set not getJoel Sherrill2019-07-221-1/+1
* build: Do not install test programsSebastian Huber2019-01-301-3/+1
* samples/pppd: Use less memory hungry configurationSebastian Huber2019-01-291-5/+4
* build: Add missing $(LDADD) for dependenciesSebastian Huber2019-01-141-1/+1
* score: Remove Objects_Information::auto_extendSebastian Huber2018-12-141-4/+4
* Correct minor spelling and grammar errorsZenon2018-11-061-2/+2
* build: Remove local.amSebastian Huber2018-10-101-1/+0
* build: Directly reference libraries in testsSebastian Huber2018-10-101-1/+1
* tests: Use rtems_task_exit()Sebastian Huber2018-10-0510-29/+26
* fileio: Avoid deprecated rtems_disk_obtain()Sebastian Huber2018-08-071-22/+25
* nvdisk: Use rtems_blkdev_create()Sebastian Huber2018-08-072-59/+3
* ramdisk: Use rtems_blkdev_create()Sebastian Huber2018-08-071-59/+24
* samples/minimum: Use default interrupt stack sizeSebastian Huber2018-07-251-0/+10
* samples: Fix warningsSebastian Huber2018-07-242-2/+6
* capture: Use unlimited objectsSebastian Huber2018-06-041-3/+2
* tests: Remove configure feature checksSebastian Huber2018-05-021-26/+1
* configure: Add subdir-objects to all automake flags.Chris Johns2018-04-111-1/+1
* testsuite/samples: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-1022-372/+168
* build: Remove EXTRA_DISTSebastian Huber2018-04-041-3/+0
* termios: Remove obsolete configuration optionsSebastian Huber2018-02-051-6/+0
* Remove make preinstallChris Johns2018-01-253-0/+4
* cdtest: Increase stack sizeSebastian Huber2018-01-221-0/+3
* tests: Use rtems_test_begin and rtems_test_end.Chris Johns2017-11-111-2/+2
* pppd/Makefile.am: Add support/includeJoel Sherrill2017-11-091-0/+2
* tests: Use normal console for user input testsSebastian Huber2017-11-073-3/+3
* tests: Use <tmacros.h> in all testsSebastian Huber2017-11-069-60/+25
* tests: Use simple console driverSebastian Huber2017-11-0613-13/+13
* tests: Use printf() instead of fprintf()Sebastian Huber2017-11-021-25/+13
* tests: Remove TEST_INITSebastian Huber2017-10-2810-20/+0
* tests: Use rtems_print_printer_fprintf_putc()Sebastian Huber2017-10-285-5/+5
* tests: Move rtems_test_printer definitionSebastian Huber2017-10-285-5/+0
* testsuite: Use printk for all test output where possible.Chris Johns2017-10-2310-0/+20
* samples/fileio: Give command availability hintSebastian Huber2017-08-241-3/+7
* tests: Use floating point taskSebastian Huber2017-07-185-0/+9
* testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ...Chris Johns2017-04-042-16/+22
* cdtest: Print begin of test only onceSebastian Huber2017-03-031-2/+0
* cdtest: Print proper begin/end of test messagesSebastian Huber2016-12-092-28/+56
* cdtest: Add std::runtime_error() test caseChris Johns2016-12-091-15/+26