aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 8 deletions
diff --git a/tests/fs-tests/Makefile b/tests/fs-tests/Makefile
deleted file mode 100644
index d188796..0000000
--- a/tests/fs-tests/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-
-SUBDIRS = lib simple stress integrity utils
-
-all clean tests: $(SUBDIRS)
-
-.PHONY: $(SUBDIRS)
-$(SUBDIRS):
- $(MAKE) -C $@ $(MAKECMDGOALS)