[Ocfs2-test-devel] [PATCH 1/3] Ocfs2-test: Add makefile for inode_alloc_perf_test.
Tristan Ye
tristan.ye at oracle.com
Thu Feb 12 20:28:55 PST 2009
Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
---
programs/Makefile | 3 ++-
programs/inode_alloc_perf_tests/Makefile | 9 +++++++++
2 files changed, 11 insertions(+), 1 deletions(-)
create mode 100755 programs/inode_alloc_perf_tests/Makefile
diff --git a/programs/Makefile b/programs/Makefile
index e8016b3..9e8dd1a 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -53,7 +53,8 @@ SUBDIRS = \
write_torture \
xattr_tests \
acl_tests \
- quota_tests
+ quota_tests \
+ inode_alloc_perf_tests
ifdef OCFS2_TEST_ENABLE_THIRDPARTY
SUBDIRS += bonnie dbench iozone postmark
diff --git a/programs/inode_alloc_perf_tests/Makefile b/programs/inode_alloc_perf_tests/Makefile
new file mode 100755
index 0000000..f66bd3c
--- /dev/null
+++ b/programs/inode_alloc_perf_tests/Makefile
@@ -0,0 +1,9 @@
+TOPDIR = ../..
+
+include $(TOPDIR)/Preamble.make
+
+BIN_EXTRA = inode_alloc_perf.sh multi_inode_alloc_perf.sh multi_inode_alloc_perf_runner.sh
+
+include $(TOPDIR)/Postamble.make
+
+
--
1.5.5
More information about the Ocfs2-test-devel
mailing list