M7350/filesystems/mtd-utils/tests/Makefile

9 lines
141 B
Makefile
Raw Normal View History

2024-09-09 08:57:42 +00:00
SUBDIRS = checkfs fs-tests jittertest ubi-tests
all clean tests: $(SUBDIRS)
.PHONY: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)