diff options
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 |