tests: Rename jsontest to virjsontest

This commit is contained in:
Peter Krempa 2017-06-26 16:47:26 +02:00
parent 426929aea9
commit 9f0b7e99c5
2 changed files with 4 additions and 4 deletions

View 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