ceph/qa/Makefile
Sage Weil 507a4ec87b 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>
2013-07-05 11:16:08 -07:00

5 lines
83 B
Makefile

DIRS= workunits btrfs
all:
for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done