ceph/qa/Makefile
Sage Weil 22227cd1c1 qa: add O_TRUNC test
From: Yan, Zheng <yan.zheng@intel.com>

Simple reproducer for #5453, modified to run for a finite number of
iterations.

Signed-off-by: Sage Weil <sage@inktank.com>
2013-07-03 21:53:48 -07:00

5 lines
86 B
Makefile

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