summaryrefslogtreecommitdiffstats
path: root/qa/workunits/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qa/workunits/Makefile')
-rw-r--r--qa/workunits/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/workunits/Makefile b/qa/workunits/Makefile
new file mode 100644
index 000000000..f75f5dfd4
--- /dev/null
+++ b/qa/workunits/Makefile
@@ -0,0 +1,4 @@
+DIRS = direct_io fs
+
+all:
+ for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done