mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
tests: rename test_conf -> virconftest
And confdata to virconfdata, since 'conf' can mean a few different things in libvirt
This commit is contained in:
parent
6cf52a2ffd
commit
4839822faf
2
cfg.mk
2
cfg.mk
@ -1179,7 +1179,7 @@ exclude_file_name_regexp--sc_prohibit_close = \
|
||||
(\.p[yl]$$|\.spec\.in$$|^docs/|^(src/util/virfile\.c|src/libvirt-stream\.c|tests/vir.+mock\.c)$$)
|
||||
|
||||
exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \
|
||||
(^tests/(qemuhelp|nodeinfo|virpcitest)data/|\.diff|tests/confdata/no-newline\.conf$$)
|
||||
(^tests/(qemuhelp|nodeinfo|virpcitest)data/|\.diff|tests/virconfdata/no-newline\.conf$$)
|
||||
|
||||
_src2=src/(util/vircommand|libvirt|lxc/lxc_controller|locking/lock_daemon|logging/log_daemon)
|
||||
exclude_file_name_regexp--sc_prohibit_fork_wrappers = \
|
||||
|
@ -81,7 +81,6 @@ EXTRA_DIST = \
|
||||
capabilityschemadata \
|
||||
capabilityschematest \
|
||||
commanddata \
|
||||
confdata \
|
||||
cputestdata \
|
||||
domaincapsschemadata \
|
||||
domaincapsschematest \
|
||||
@ -142,6 +141,7 @@ EXTRA_DIST = \
|
||||
vboxsnapshotxmldata \
|
||||
vircaps2xmldata \
|
||||
vircgroupdata \
|
||||
virconfdata \
|
||||
virfiledata \
|
||||
virmock.h \
|
||||
virnetdaemondata \
|
||||
@ -158,7 +158,7 @@ EXTRA_DIST = \
|
||||
xml2sexprdata \
|
||||
xml2vmxdata
|
||||
|
||||
test_helpers = commandhelper ssh test_conf
|
||||
test_helpers = commandhelper ssh virconftest
|
||||
test_programs = virshtest sockettest \
|
||||
nodeinfotest virbuftest \
|
||||
commandtest seclabeltest \
|
||||
@ -370,7 +370,7 @@ test_scripts = \
|
||||
libvirtd_test_scripts = \
|
||||
libvirtd-fail \
|
||||
libvirtd-pool \
|
||||
test_conf.sh \
|
||||
virconftest.sh \
|
||||
virsh-all \
|
||||
virsh-cpuset \
|
||||
virsh-define-dev-segfault \
|
||||
@ -857,9 +857,9 @@ virshtest_SOURCES = \
|
||||
testutils.c testutils.h
|
||||
virshtest_LDADD = $(LDADDS)
|
||||
|
||||
test_conf_SOURCES = \
|
||||
test_conf.c
|
||||
test_conf_LDADD = $(LDADDS)
|
||||
virconftest_SOURCES = \
|
||||
virconftest.c
|
||||
virconftest_LDADD = $(LDADDS)
|
||||
|
||||
nodeinfotest_SOURCES = \
|
||||
nodeinfotest.c testutils.h testutils.c
|
||||
|
Loading…
Reference in New Issue
Block a user