mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-19 18:11:31 +00:00
maint: improve tests distribution
* tests/Makefile.am (EXTRA_DIST): Sort, and add directories. (SUBDIRS): Drop automake recursion into subdirs. * tests/commanddata/Makefile.am: Delete. * tests/confdata/Makefile.am: Likewise. * tests/sexpr2xmldata/Makefile.am: Likewise. * tests/xencapsdata/Makefile.am: Likewise. * tests/xmconfigdata/Makefile.am: Likewise. * tests/xml2sexprdata/Makefile.am: Likewise.
This commit is contained in:
parent
a0db66cfb2
commit
65532f4558
@ -2251,12 +2251,6 @@ AC_OUTPUT(Makefile src/Makefile include/Makefile docs/Makefile \
|
||||
daemon/Makefile \
|
||||
tools/Makefile \
|
||||
tests/Makefile \
|
||||
tests/xml2sexprdata/Makefile \
|
||||
tests/sexpr2xmldata/Makefile \
|
||||
tests/xmconfigdata/Makefile \
|
||||
tests/xencapsdata/Makefile \
|
||||
tests/confdata/Makefile \
|
||||
tests/commanddata/Makefile \
|
||||
examples/apparmor/Makefile \
|
||||
examples/domain-events/events-c/Makefile \
|
||||
examples/domsuspend/Makefile \
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
SHELL = $(PREFERABLY_POSIX_SHELL)
|
||||
|
||||
SUBDIRS = commanddata confdata sexpr2xmldata \
|
||||
xml2sexprdata xmconfigdata xencapsdata
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/gnulib/lib -I../gnulib/lib \
|
||||
-I$(top_builddir)/include \
|
||||
@ -39,38 +36,44 @@ LDADDS = \
|
||||
$(COVERAGE_LDFLAGS)
|
||||
|
||||
EXTRA_DIST = \
|
||||
oomtrace.pl \
|
||||
test-lib.sh \
|
||||
capabilityschemadata \
|
||||
capabilityschematest \
|
||||
commanddata \
|
||||
confdata \
|
||||
cputestdata \
|
||||
domainschemadata \
|
||||
domainschematest \
|
||||
domainsnapshotschematest \
|
||||
domainsnapshotxml2xmlin \
|
||||
domainsnapshotxml2xmlout \
|
||||
interfaceschemadata \
|
||||
networkschematest \
|
||||
networkxml2xmlin \
|
||||
networkxml2xmlout \
|
||||
nodedevschemadata \
|
||||
nodedevschematest \
|
||||
nodeinfodata \
|
||||
nwfilterschematest \
|
||||
nwfilterxml2xmlin \
|
||||
nwfilterxml2xmlout \
|
||||
oomtrace.pl \
|
||||
qemuhelpdata \
|
||||
qemuxml2argvdata \
|
||||
qemuxml2xmloutdata \
|
||||
nodeinfodata \
|
||||
schematestutils.sh \
|
||||
capabilityschematest \
|
||||
capabilityschemadata \
|
||||
networkschematest \
|
||||
networkxml2xmlout \
|
||||
networkxml2xmlin \
|
||||
domainschematest \
|
||||
domainschemadata \
|
||||
interfaceschemadata \
|
||||
sexpr2xmldata \
|
||||
storagepoolschematest \
|
||||
storagepoolxml2xmlout \
|
||||
storagepoolxml2xmlin \
|
||||
storagepoolxml2xmlout \
|
||||
storagevolschematest \
|
||||
storagevolxml2xmlout \
|
||||
storagevolxml2xmlin \
|
||||
nodedevschematest \
|
||||
nodedevschemadata \
|
||||
storagevolxml2xmlout \
|
||||
test-lib.sh \
|
||||
vmx2xmldata \
|
||||
xml2vmxdata \
|
||||
nwfilterxml2xmlout \
|
||||
nwfilterxml2xmlin \
|
||||
nwfilterschematest \
|
||||
domainsnapshotschematest \
|
||||
domainsnapshotxml2xmlout \
|
||||
domainsnapshotxml2xmlin \
|
||||
qemuhelpdata \
|
||||
cputestdata
|
||||
xencapsdata \
|
||||
xmconfigdata \
|
||||
xml2sexprdata \
|
||||
xml2vmxdata
|
||||
|
||||
check_PROGRAMS = virshtest conftest sockettest \
|
||||
nodeinfotest qparamtest virbuftest \
|
||||
|
@ -1,2 +0,0 @@
|
||||
EXTRA_DIST = \
|
||||
$(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/*.log))
|
@ -1,2 +0,0 @@
|
||||
EXTRA_DIST = \
|
||||
$(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/*.out $(srcdir)/*.conf))
|
@ -1,2 +0,0 @@
|
||||
EXTRA_DIST = \
|
||||
$(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/*.xml $(srcdir)/*.sexpr))
|
@ -1,3 +0,0 @@
|
||||
EXTRA_DIST = \
|
||||
$(patsubst $(srcdir)/%,%,$(wildcard \
|
||||
$(srcdir)/*.xml $(srcdir)/*.cpuinfo $(srcdir)/*.caps))
|
@ -1,2 +0,0 @@
|
||||
EXTRA_DIST = \
|
||||
$(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/*.xml $(srcdir)/*.cfg))
|
@ -1,2 +0,0 @@
|
||||
EXTRA_DIST = \
|
||||
$(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/*.xml $(srcdir)/*.sexpr))
|
Loading…
x
Reference in New Issue
Block a user