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 | |
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>
-rw-r--r-- | qa/Makefile | 2 | ||||
-rw-r--r-- | qa/workunits/Makefile | 2 | ||||
-rw-r--r-- | qa/workunits/fs/.gitignore | 1 | ||||
-rw-r--r-- | qa/workunits/fs/Makefile (renamed from qa/fs/Makefile) | 0 | ||||
-rw-r--r-- | qa/workunits/fs/test_o_trunc.c (renamed from qa/fs/test_o_trunc.c) | 0 |
5 files changed, 3 insertions, 2 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 diff --git a/qa/workunits/Makefile b/qa/workunits/Makefile index d79ecd7f8b1..f75f5dfd4a5 100644 --- a/qa/workunits/Makefile +++ b/qa/workunits/Makefile @@ -1,4 +1,4 @@ -DIRS = direct_io +DIRS = direct_io fs all: for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done diff --git a/qa/workunits/fs/.gitignore b/qa/workunits/fs/.gitignore new file mode 100644 index 00000000000..f7f7a0614fa --- /dev/null +++ b/qa/workunits/fs/.gitignore @@ -0,0 +1 @@ +test_o_trunc diff --git a/qa/fs/Makefile b/qa/workunits/fs/Makefile index c9934254d35..c9934254d35 100644 --- a/qa/fs/Makefile +++ b/qa/workunits/fs/Makefile diff --git a/qa/fs/test_o_trunc.c b/qa/workunits/fs/test_o_trunc.c index 02105288217..02105288217 100644 --- a/qa/fs/test_o_trunc.c +++ b/qa/workunits/fs/test_o_trunc.c |