summaryrefslogtreecommitdiff
path: root/tests/Makefile
blob: 05b37e9546f96785f17e33d84d5f86e2221cd5c0 (plain)
1
2
3
4
5
6
7
8

SUBDIRS = checkfs fs-tests jittertest ubi-tests

all clean tests: $(SUBDIRS)

.PHONY: $(SUBDIRS)
$(SUBDIRS):
	$(MAKE) -C $@ $(MAKECMDGOALS)