summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsrfsbitmap01 (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-01-07Fix format warningsSebastian Huber1-18/+18
2018-04-11fstest/fsrfsbitmap01: Update RFS bitmap tests to test fixes.Chris Johns1-0/+19
Add tests to check the patches for this ticket exist and are fixed. Close #3089
2018-04-10testsuite/fstests: Merged nested Makefile.am files into one Makefile.amChris Johns1-33/+0
This change is part of the testsuite Makefile.am reorganization. Update #3382
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-0/+3
2012-11-13fstests/fsrfsbitmap01: Fix NULL pointer accessSebastian Huber3-55/+65
Move test files into one directory.
2012-10-15Make tems_rfs_bitmap_ut_test_range, rtems_rfs_bitmap_ut_alloc_seq_test, ↵Ralf Corsépius1-6/+6
rtems_rfs_bitmap_ut_test_bitmap, rtems_rfs_bitmap_unit_test, nullpointer_test, open_failure static.
2012-10-11Use %zu instead of %lu to print size_t's.Ralf Corsépius1-1/+1
2012-10-11Cleanup Krzysztof's copyright notices.Ralf Corsépius2-4/+4
2012-10-01fsrfsbitmap01/test.c: Remove tabsJoel Sherrill1-7/+8
2012-10-01misc fstests: Remove spaces at EOLJoel Sherrill2-12/+9
2012-10-01New fstest to cover RFS bitmaps - fsrfsbitmap01Krzysztof Miesowicz3-0/+708