90b7fb0dd1
Adds a disk driver test, intended for the NXP USDHC driver but valid for any disk device. The test performs multiple reads and writes to the disk, and verifies that the driver does not write out of bounds to the provided buffer. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_DISK_ACCESS=y
|
|
CONFIG_DISK_DRIVER_SDMMC=y
|