ceph/qa/fs/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

12 lines
134 B
Makefile

CFLAGS = -Wall -Wextra -D_GNU_SOURCE
TARGETS = test_o_trunc
.c:
$(CC) $(CFLAGS) $@.c -o $@
all: $(TARGETS)
clean:
rm $(TARGETS)