提交 9f0b7e99 编写于 作者: P Peter Krempa

tests: Rename jsontest to virjsontest

上级 426929ae
...@@ -328,7 +328,7 @@ test_programs += objectlocking ...@@ -328,7 +328,7 @@ test_programs += objectlocking
endif WITH_CIL endif WITH_CIL
if WITH_YAJL if WITH_YAJL
test_programs += jsontest test_programs += virjsontest
endif WITH_YAJL endif WITH_YAJL
test_programs += \ test_programs += \
...@@ -1375,9 +1375,9 @@ virfirewalltest_SOURCES = \ ...@@ -1375,9 +1375,9 @@ virfirewalltest_SOURCES = \
virfirewalltest_LDADD = $(LDADDS) $(DBUS_LIBS) virfirewalltest_LDADD = $(LDADDS) $(DBUS_LIBS)
virfirewalltest_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS) virfirewalltest_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
jsontest_SOURCES = \ virjsontest_SOURCES = \
jsontest.c testutils.h testutils.c virjsontest.c testutils.h testutils.c
jsontest_LDADD = $(LDADDS) virjsontest_LDADD = $(LDADDS)
utiltest_SOURCES = \ utiltest_SOURCES = \
utiltest.c testutils.h testutils.c utiltest.c testutils.h testutils.c
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册