[libvirt] [PATCH 1/9] tests: Rename jsontest to virjsontest

Peter Krempa posted 9 patches 8 years, 7 months ago
[libvirt] [PATCH 1/9] tests: Rename jsontest to virjsontest
Posted by Peter Krempa 8 years, 7 months ago
---
 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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 1/9] tests: Rename jsontest to virjsontest
Posted by John Ferlan 8 years, 7 months ago

On 06/27/2017 08:46 AM, Peter Krempa wrote:
> ---
>  tests/Makefile.am                   | 8 ++++----
>  tests/{jsontest.c => virjsontest.c} | 0
>  2 files changed, 4 insertions(+), 4 deletions(-)
>  rename tests/{jsontest.c => virjsontest.c} (100%)
> 


Reviewed-by: John Ferlan <jferlan@redhat.com>


John

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list