zephyr/tests/subsys/fs
Martin Åberg a13e5d5584 tests/fs/fat: correct format specifiers
Make sure that "%ld" gets a long int argument.

This commit eliminates a couple of compiler warnings of this kind:

test_fat_file.c: In function 'test_file_truncate':
test_fat_file.c:180:11: error: format '%ld' expects argument
  of type 'long int', but argument 2 has type 'off_t' {aka 'int'}
  [-Werror=format=]
  180 |  TC_PRINT("Original size of file = %ld\n", orig_pos);

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
2020-11-17 18:48:10 -05:00
..
common tests/subsys/fs: Add fs_open flags tests to LittleFS 2020-07-30 16:33:18 +02:00
fat_fs_api tests/fs/fat: correct format specifiers 2020-11-17 18:48:10 -05:00
fat_fs_dual_drive tests/fs/fat: correct format specifiers 2020-11-17 18:48:10 -05:00
fcb tests/fs/fcb: Enable non-0xff erase value tests 2020-11-16 13:39:04 +01:00
fs_api tests: fs: check for arguments NULLness 2020-11-17 14:52:39 -06:00
littlefs tests/fs/littlefs: Add tests for FS_MOUNT_FLAG_* 2020-11-06 13:10:13 -05:00
multi-fs misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
nvs device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00