summaryrefslogtreecommitdiffstats
path: root/qa/Makefile
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-07-05 20:16:08 +0200
committerSage Weil <sage@inktank.com>2013-07-05 20:16:08 +0200
commit507a4ec87b04afe16a4885c3af8cd89506be3b1a (patch)
treebeeaa6f77023eafb751087a466556f921a2fffdb /qa/Makefile
parentmds/MDSTable: gracefully suicide on EBLACKLIST (diff)
downloadceph-507a4ec87b04afe16a4885c3af8cd89506be3b1a.tar.xz
ceph-507a4ec87b04afe16a4885c3af8cd89506be3b1a.zip
qa: move fs test binary into workunits dir so teuthology can build it
Teuthology does a make in the workunits dir, so move this in there. Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'qa/Makefile')
-rw-r--r--qa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Makefile b/qa/Makefile
index c4efe2c9f3a..ad655b7e743 100644
--- a/qa/Makefile
+++ b/qa/Makefile
@@ -1,4 +1,4 @@
-DIRS= workunits btrfs fs
+DIRS= workunits btrfs
all:
for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done