summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2017-09-15 08:52:30 +0100
committerFrediano Ziglio <fziglio@redhat.com>2017-09-18 13:50:26 +0100
commit328a4a9b2854f0c1d67c8b131f7bfd76173efdae (patch)
tree975d8142c7ace943eec47e9b937cdc6a21ff1a9f
parentc64fe795c96b1671097980459bdb82b9260f2951 (diff)
tests: Rename stat-main.c to test-stat.c
All main test module have this test-XXXX.c naming, make test-stat coherent. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
-rw-r--r--server/tests/Makefile.am2
-rw-r--r--server/tests/test-stat.c (renamed from server/tests/stat-main.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index f57040e8..391dab06 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
index 31c0170e..31c0170e 100644
--- a/server/tests/stat-main.c
+++ b/server/tests/test-stat.c