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

Frediano Ziglio fziglio at redhat.com
Mon Sep 18 10:31:03 UTC 2017


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



More information about the Spice-devel mailing list