nuttx-apps/testing/sd_bench/Make.defs
Stuart Ianna 8f56bc1de2 testing/sd_bench: Port sdbench testing utility for PX4-Autopilot.
Add port of the sdbench utility from PX4-Autopilot: https://github.com/PX4/PX4-Autopilot

This tool is useful for evaluating and testing peformance of SD cards,
block devices or mount points.
2023-10-30 16:58:10 +08:00

4 lines
88 B
Plaintext

ifneq ($(CONFIG_TESTING_SD_BENCH),)
CONFIGURED_APPS += $(APPDIR)/testing/sd_bench
endif