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

Marcos E. Matsunaga Marcos.Matsunaga at oracle.com
Fri Feb 13 06:23:54 PST 2009


Looks good to me.

Signed-off-by: Marcos Matsunaga <Marcos.Matsunaga at oracle.com>

Regards,

Marcos Eduardo Matsunaga

Oracle USA
Linux Engineering

“The statements and opinions expressed here are my own and do not
necessarily represent those of Oracle Corporation.”



Tristan Ye wrote:
> 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
> +
> +
>   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs2-test-devel/attachments/20090213/48625010/attachment.html 


More information about the Ocfs2-test-devel mailing list