---
tests/Makefile.am | 8 ++++----
tests/{jsontest.c => virjsontest.c} | 0
2 files changed, 4 insertions(+), 4 deletions(-)
rename tests/{jsontest.c => virjsontest.c} (100%)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 19986dc99..3596b5ff1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -328,7 +328,7 @@ test_programs += objectlocking
endif WITH_CIL
if WITH_YAJL
-test_programs += jsontest
+test_programs += virjsontest
endif WITH_YAJL
test_programs += \
@@ -1375,9 +1375,9 @@ virfirewalltest_SOURCES = \
virfirewalltest_LDADD = $(LDADDS) $(DBUS_LIBS)
virfirewalltest_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
-jsontest_SOURCES = \
- jsontest.c testutils.h testutils.c
-jsontest_LDADD = $(LDADDS)
+virjsontest_SOURCES = \
+ virjsontest.c testutils.h testutils.c
+virjsontest_LDADD = $(LDADDS)
utiltest_SOURCES = \
utiltest.c testutils.h testutils.c
diff --git a/tests/jsontest.c b/tests/virjsontest.c
similarity index 100%
rename from tests/jsontest.c
rename to tests/virjsontest.c
--
2.12.2