summaryrefslogtreecommitdiff
path: root/tests/fs-tests/Makefile
blob: d188796cd1e471799f8ec570a345dadea2ec73d9 (plain)
1
2
3
4
5
6
7
8

SUBDIRS = lib simple stress integrity utils

all clean tests: $(SUBDIRS)

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