[Ocfs2-tools-devel] [PATCH 1/2] Ocfs2-tests: Add BIN_EXTRA to Makefile for several tests.

Marcos E. Matsunaga Marcos.Matsunaga at oracle.com
Mon Oct 6 10:33:23 PDT 2008


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:
> 1.Add BIN_EXTRA to Makefile for tests:flock_tests,multi_node_mmap and write_append_truncate.
>
> 2.Add xattr_tests into Makefile.
>
> Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
> ---
>  programs/Makefile                       |    3 ++-
>  programs/flock_tests/Makefile           |    2 ++
>  programs/multi_node_mmap/Makefile       |    2 ++
>  programs/write_append_truncate/Makefile |    2 ++
>  4 files changed, 8 insertions(+), 1 deletions(-)
>
> diff --git a/programs/Makefile b/programs/Makefile
> index 8254e89..ec399e9 100644
> --- a/programs/Makefile
> +++ b/programs/Makefile
> @@ -53,6 +53,7 @@ SUBDIRS =			\
>  	tunefs-test		\
>  	untar_files		\
>  	write_append_truncate	\
> -	write_torture
> +	write_torture		\
> +	xattr_tests
>  
>  include $(TOPDIR)/Postamble.make
> diff --git a/programs/flock_tests/Makefile b/programs/flock_tests/Makefile
> index dfea639..8b6bc5c 100644
> --- a/programs/flock_tests/Makefile
> +++ b/programs/flock_tests/Makefile
> @@ -15,6 +15,8 @@ DIST_FILES = $(SOURCES)
>  
>  BIN_PROGRAMS = flock_unit_test
>  
> +BIN_EXTRA = run_flock_unit_test.py
> +
>  flock_unit_test: $(OBJECTS)
>  	$(LINK)
>  
> diff --git a/programs/multi_node_mmap/Makefile b/programs/multi_node_mmap/Makefile
> index b39cb31..cce8366 100644
> --- a/programs/multi_node_mmap/Makefile
> +++ b/programs/multi_node_mmap/Makefile
> @@ -15,6 +15,8 @@ DIST_FILES = $(SOURCES)
>  
>  BIN_PROGRAMS = multi_mmap
>  
> +BIN_EXTRA = run_multi_mmap.py
> +
>  multi_mmap: $(OBJECTS)
>  	$(LINK) 
>  
> diff --git a/programs/write_append_truncate/Makefile b/programs/write_append_truncate/Makefile
> index c558c33..ff4f51a 100644
> --- a/programs/write_append_truncate/Makefile
> +++ b/programs/write_append_truncate/Makefile
> @@ -15,6 +15,8 @@ DIST_FILES = $(SOURCES)
>  
>  BIN_PROGRAMS = write_append_truncate
>  
> +BIN_EXTRA = run_write_append_truncate.py
> +
>  write_append_truncate: $(OBJECTS)
>  	$(LINK)
>  
>   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs2-tools-devel/attachments/20081006/f3275674/attachment.html 


More information about the Ocfs2-tools-devel mailing list