diff options
author | Sage Weil <sage@inktank.com> | 2013-07-05 20:16:08 +0200 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-07-05 20:16:08 +0200 |
commit | 507a4ec87b04afe16a4885c3af8cd89506be3b1a (patch) | |
tree | beeaa6f77023eafb751087a466556f921a2fffdb /qa/Makefile | |
parent | mds/MDSTable: gracefully suicide on EBLACKLIST (diff) | |
download | ceph-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/Makefile | 2 |
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 |