diff options
author | Adrian Hunter <ext-adrian.hunter@nokia.com> | 2007-11-06 13:08:12 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-06-16 18:02:31 +0300 |
commit | 838b38dadd00252c04fa5d548223b3a38062fe96 (patch) | |
tree | b9d0f5e1400086ee2150dd931bd3652db207448f /tests/fs-tests/simple/Makefile | |
parent | 7c850d4be465aee464c91f04753b6c1537edb48a (diff) |
fs-tests: add simple performance test
Signed-off-by: Adrian Hunter <ext-adrian.hunter@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 8190993..d447da3 100644 --- a/tests/fs-tests/simple/Makefile +++ b/tests/fs-tests/simple/Makefile @@ -10,7 +10,8 @@ LDFLAGS := $(LDFLAGS) TARGETS = test_1 \ test_2 \ ftrunc \ - orph + orph \ + perf all: $(TARGETS) @@ -26,3 +27,4 @@ tests: all ./test_2 --sync ./ftrunc ./orph --sync + ./perf |