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>
This commit is contained in:
Frediano Ziglio 2017-09-15 08:52:30 +01:00
parent c64fe795c9
commit 328a4a9b28
2 changed files with 1 additions and 1 deletions

View File

@ -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 \