summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (follow)
Commit message (Expand)AuthorAgeFilesLines
* libtests/capture01: Fix configurationSebastian Huber2018-03-071-0/+1
* libdl: Use self-contained recursive mutexSebastian Huber2018-02-071-1/+1
* termios: Remove obsolete configuration optionsSebastian Huber2018-02-059-27/+0
* termios: Use self-contained objectsSebastian Huber2018-02-021-3/+4
* Remove make preinstallChris Johns2018-01-256-3/+7
* block06: Use floating-point taskSebastian Huber2018-01-191-0/+1
* block06/init.c: Fix printf() format warningJoel Sherrill2017-11-291-5/+4
* libtests/malloctest: Fix 64-bit targetsSebastian Huber2017-11-241-4/+6
* libtests/stringto01: Fix 64-bit targetsSebastian Huber2017-11-241-2/+2
* getentropy: Add test.Christian Mauderer2017-11-176-0/+142
* dl01, dl02, dl05: Fix unresolved printf symbolSebastian Huber2017-11-154-11/+18
* tests: Use ld to map (wrap) printf, puts and putchar to tester functions.Chris Johns2017-11-111-2/+0
* termios: Fix canonical modeSebastian Huber2017-11-071-20/+77
* tests: Use normal console for user input testsSebastian Huber2017-11-073-3/+3
* tests: Use <tmacros.h>Sebastian Huber2017-11-073-4/+6
* tests: Use <tmacros.h> in all testsSebastian Huber2017-11-068-31/+28
* tests: Use simple console driverSebastian Huber2017-11-0682-82/+82
* tests: Use printf() instead of fprintf()Sebastian Huber2017-11-024-130/+118
* tests: Delete obsolete TESTS_USE_PRINTFSebastian Huber2017-11-022-2/+0
* tests: Remove TEST_INITSebastian Huber2017-10-2883-166/+0
* tests: Remove obsolete TESTS_USE_PRINTKSebastian Huber2017-10-2812-15/+0
* tests: Use rtems_test_printer in generalSebastian Huber2017-10-285-0/+5
* tests: Use rtems_print_printer_fprintf_putc()Sebastian Huber2017-10-285-5/+5
* tests: Use rtems_test_printerSebastian Huber2017-10-285-31/+18
* tests: Move rtems_test_printer definitionSebastian Huber2017-10-285-5/+0
* testsuite: Remove warnings.Chris Johns2017-10-231-17/+18
* testsuite: Use printk for all test output where possible.Chris Johns2017-10-2387-141/+288
* libtests/tar01: Fix build dependenciesSebastian Huber2017-10-211-2/+7
* libio: Use FIFO for iop free listSebastian Huber2017-09-151-4/+11
* Fix IO control request typeSebastian Huber2017-07-281-1/+1
* libtests/block08: Fix format warningSebastian Huber2017-07-281-1/+1
* tests: Use floating point taskSebastian Huber2017-07-193-3/+9
* tests: Use floating point taskSebastian Huber2017-07-1814-0/+28
* newlib01: Use fopen() instead of freopen()Sebastian Huber2017-06-301-3/+11
* dl03/dl-cache.c: Fix duplicate const warningJoel Sherrill2017-06-211-1/+1
* malloctest/init.c: Disable check maximum size warning to allow error test caseJoel Sherrill2017-06-211-0/+3
* top/task1.c: Fix sprintf() buffer overflowJoel Sherrill2017-06-211-1/+1
* rbheap01/init.c: Fix PAGE_SIZE redefined warningJoel Sherrill2017-06-211-37/+37
* tests: Fix build dependenciesSebastian Huber2017-06-137-7/+12
* Move RTEMS-specific Termios API contentSebastian Huber2017-06-074-84/+6
* confdefs.h: Add SMP enabled field to configurationSebastian Huber2017-05-163-0/+6
* confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber2017-05-111-0/+2
* testsuites: Fix build dependences for generated files.Chris Johns2017-05-117-2/+18
* block08/bdbuf_tests.c: Add include of <rtems/inttypes.h>Joel Sherrill2017-04-251-0/+1
* rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnumJoel Sherrill2017-04-251-1/+5
* devnullfatal01/testcase.h: Avoid redefinition of TESTS_USE_PRINTKJoel Sherrill2017-04-251-1/+3
* testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ...Chris Johns2017-04-046-99/+126
* libdl: Support link ordered loading of ELF sections.Chris Johns2017-03-311-1305/+1357
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-2212-256/+592
* termios09: Test send callbackSebastian Huber2017-02-281-0/+26