From 55ea7048d0ebf0b9c8ed06ca6b9025a90ae15b16 Mon Sep 17 00:00:00 2001 From: Adrian Hunter Date: Fri, 20 Jul 2007 11:31:18 +0300 Subject: Add test program orph.c Signed-off-by: Adrian Hunter Signed-off-by: Artem Bityutskiy --- tests/fs-tests/simple/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/fs-tests/simple/Makefile') diff --git a/tests/fs-tests/simple/Makefile b/tests/fs-tests/simple/Makefile index 07ddf65..8190993 100644 --- a/tests/fs-tests/simple/Makefile +++ b/tests/fs-tests/simple/Makefile @@ -9,7 +9,8 @@ LDFLAGS := $(LDFLAGS) TARGETS = test_1 \ test_2 \ - ftrunc + ftrunc \ + orph all: $(TARGETS) @@ -24,3 +25,4 @@ tests: all ./test_1 --sync ./test_2 --sync ./ftrunc + ./orph --sync -- cgit v1.2.3