Commit Graph

8 Commits (f4ab55df7768cfcb049b522bebd30218ee729c81)

Author SHA1 Message Date
Deepika c16fa2bf36
Merge pull request #66 from deepikabhavnani/test_files
Adding test cases from littlefs filesystem
2017-11-28 14:25:21 -06:00
deepikabhavnani 8cf4f4d02a Use retarget defines 2017-11-22 17:39:44 -06:00
deepikabhavnani 3051d5472c Space required between macro and string in C++11 2017-11-17 17:54:12 -06:00
Deepika 2f7660cdf3 Removed check for . and .. enteries in filesystem test
ChanFs -  Dot entries ("." and "..") in the sub-directory are filtered out and
they will never appear in the read items
2017-11-17 17:52:47 -06:00
Deepika e606c17627 FSFAT_SDCARD_INSTALLED - Null test were tested
FSFAT_SDCARD_INSTALLED if present in SD library no test was actually tested.
Using MBED_CONF_APP_FSFAT_SDCARD_INSTALLED or MBED_CONF_SD_FSFAT_SDCARD_INSTALLED,
to allow this define to be used from app and lib json files.
2017-11-14 09:48:32 -06:00
Christopher Haster 803ebe4cf7 Remove test assert on NULL ferror
ferror(NULL) is undefined behavior
2017-07-19 10:45:28 -05:00
Christopher Haster 90ffa86880 Add checks for '.' and '..' in readdir tests 2017-07-05 11:53:11 -05:00
Simon Hughes 3fa6b88ef8 Repository re-organisation and cleanup to follow same structure as other mbed-os component repositories. 2017-07-05 11:45:11 -05:00