M7350/filesystems/mtd-utils/tests/Makefile
2024-09-09 08:57:42 +00:00

9 lines
141 B
Makefile

SUBDIRS = checkfs fs-tests jittertest ubi-tests
all clean tests: $(SUBDIRS)
.PHONY: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)