[Spice-devel] [PATCH spice-server 2/3] tests: Rename stat-main.c to test-stat.c

Christophe Fergeau cfergeau at redhat.com
Mon Sep 18 11:42:59 UTC 2017


Acked-by: Christophe Fergeau <cfergeau at redhat.com>

On Mon, Sep 18, 2017 at 11:31:03AM +0100, Frediano Ziglio wrote:
> All main test module have this test-XXXX.c naming, make
> test-stat coherent.
> 
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  server/tests/Makefile.am                  | 2 +-
>  server/tests/{stat-main.c => test-stat.c} | 0
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename server/tests/{stat-main.c => test-stat.c} (100%)
> 
> diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
> index f57040e89..391dab063 100644
> --- a/server/tests/Makefile.am
> +++ b/server/tests/Makefile.am
> @@ -101,7 +101,7 @@ noinst_LIBRARIES += \
>  	libtest-stat4.a \
>  	$(NULL)
>  
> -test_stat_SOURCES = stat-main.c
> +test_stat_SOURCES = test-stat.c
>  test_stat_LDADD = \
>  	libtest-stat1.a \
>  	libtest-stat2.a \
> diff --git a/server/tests/stat-main.c b/server/tests/test-stat.c
> similarity index 100%
> rename from server/tests/stat-main.c
> rename to server/tests/test-stat.c
> -- 
> 2.13.5
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel


More information about the Spice-devel mailing list