summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsbdpart01 (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2019-12-19config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber1-1/+1
Rename CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS into CONFIGURE_MAXIMUM_FILE_DESCRIPTORS. Update #3753.
2018-04-10testsuite/fstests: 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.
2017-10-28tests: Remove TEST_INITSebastian Huber1-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.
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns1-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.
2017-07-18tests: Use floating point taskSebastian Huber1-0/+2
These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076.
2014-12-16Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber1-2/+0
This define was superfluous, undocumented and used inconsistently.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns2-2/+2
2014-03-17tests/fstests: Use <rtems/test.h>Sebastian Huber1-3/+6
2014-01-07fsbdpart01.doc: Add contentsCynthia Rempel1-4/+21
2013-04-11testsuites: Fix warningsSebastian Huber1-0/+3
2013-02-21libblock: Do resource allocation in one placeSebastian Huber1-16/+0
All resource allocations take place in rtems_bdbuf_init() now. After rtems_bdbuf_init() no fatal errors can happen due to configuration errors or resource limits. This makes it easier to detect configuration errors for users.
2012-12-21libblock: Use rtems_blkdev_create_partition()Sebastian Huber1-2/+26
Use rtems_blkdev_create_partition() instead of rtems_disk_create_log() to avoid problems with the huge IMFS_GENERIC_DEVICE_MAJOR_NUMBER.
2012-05-31libblock: Remove const qualifier from bdbuf APISebastian Huber1-1/+1
This allows addtion of per disk statistics for example.
2012-03-13fstests/fsbdpart01: New testSebastian Huber4-0/+279