diff options
author | Adrian Hunter <ext-adrian.hunter@nokia.com> | 2007-07-20 11:31:18 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-09-11 15:28:03 +0300 |
commit | 55ea7048d0ebf0b9c8ed06ca6b9025a90ae15b16 (patch) | |
tree | b11e1a28e5cead4175e4754fdb203c0e97cdecfc /tests/fs-tests/simple/Makefile | |
parent | edcd5dafa3f8529467fbafbb8f37b44e90d77c41 (diff) |
Add test program orph.c
Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests/fs-tests/simple/Makefile')
-rw-r--r-- | tests/fs-tests/simple/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |