]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Rename jsontest to virjsontest
authorPeter Krempa <pkrempa@redhat.com>
Mon, 26 Jun 2017 14:47:26 +0000 (16:47 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 11 Jul 2017 12:02:28 +0000 (14:02 +0200)
tests/Makefile.am
tests/virjsontest.c [moved from tests/jsontest.c with 100% similarity]

index 19986dc992e3c0f816c2603021ca896d9c14c64e..3596b5ff1d47de42cd19c32ee7350797f5ceb025 100644 (file)
@@ -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
similarity index 100%
rename from tests/jsontest.c
rename to tests/virjsontest.c