nuttx-apps/testing/sd_stress/Make.defs
Stuart Ianna 4576b3923c testing/sd_stress: Port sdstress testing utility from PX4-Autopilot.
Add port of the sdstress utility from PX4-Autopilot:  https://github.com/PX4/PX4-Autopilot

This tool is useful for verifying correct operation of SD, EMMC, or other mountpoints.
2023-10-25 15:41:27 +08:00

4 lines
90 B
Plaintext

ifneq ($(CONFIG_TESTING_SD_STRESS),)
CONFIGURED_APPS += $(APPDIR)/testing/sd_stress
endif