[Ocfs2-test-devel] [PATCH 1/3] Ocfs2-test: Add makefile for inode_alloc_perf_test

Tristan Ye tristan.ye at oracle.com
Sat Jan 31 19:06:32 PST 2009


Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
---
 programs/Makefile                       |    3 ++-
 programs/inode_alloc_perf_test/Makefile |    8 ++++++++
 2 files changed, 10 insertions(+), 1 deletions(-)
 create mode 100644 programs/inode_alloc_perf_test/Makefile

diff --git a/programs/Makefile b/programs/Makefile
index e8016b3..81f5bbc 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_test
 
 ifdef OCFS2_TEST_ENABLE_THIRDPARTY
 SUBDIRS += bonnie dbench iozone postmark
diff --git a/programs/inode_alloc_perf_test/Makefile b/programs/inode_alloc_perf_test/Makefile
new file mode 100644
index 0000000..89e581a
--- /dev/null
+++ b/programs/inode_alloc_perf_test/Makefile
@@ -0,0 +1,8 @@
+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