summaryrefslogtreecommitdiff
path: root/tests/fs-tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fs-tests/Makefile')
-rw-r--r--tests/fs-tests/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fs-tests/Makefile b/tests/fs-tests/Makefile
new file mode 100644
index 0000000..d188796
--- /dev/null
+++ b/tests/fs-tests/Makefile
@@ -0,0 +1,8 @@
+
+SUBDIRS = lib simple stress integrity utils
+
+all clean tests: $(SUBDIRS)
+
+.PHONY: $(SUBDIRS)
+$(SUBDIRS):
+ $(MAKE) -C $@ $(MAKECMDGOALS)