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