From d88f0ac02ff93b549418d38d464b5591fce4f688 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Sat, 20 Jan 2018 17:30:40 -0600 Subject: Added lfs_file_truncate As a copy-on-write filesystem, the truncate function is a very nice function to have, as it can take advantage of reusing the data already written out to disk. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cf978e7..bf047f1 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ size: $(OBJ) $(SIZE) -t $^ .SUFFIXES: -test: test_format test_dirs test_files test_seek test_parallel \ +test: test_format test_dirs test_files test_seek test_truncate test_parallel \ test_alloc test_paths test_orphan test_move test_corrupt test_%: tests/test_%.sh ifdef QUIET -- cgit v1.2.3