mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-15 09:53:44 -06:00
build: Distribute the whole tests/qemuhelpdata directory
Instead of distributing the individual files. Now it's less error prone and consistent with the rest of the data directories in the tests directory.
This commit is contained in:
parent
afa3f0af1f
commit
9c563e76e8
@ -39,16 +39,6 @@ LDADDS = \
|
|||||||
$(LIBSOCKET) \
|
$(LIBSOCKET) \
|
||||||
$(COVERAGE_LDFLAGS)
|
$(COVERAGE_LDFLAGS)
|
||||||
|
|
||||||
qemuhelpdata = \
|
|
||||||
kvm-74 \
|
|
||||||
kvm-86 \
|
|
||||||
qemu-0.9.1 \
|
|
||||||
qemu-0.10.5 \
|
|
||||||
qemu-0.12.1 \
|
|
||||||
qemu-kvm-0.10.5 \
|
|
||||||
qemu-kvm-0.11.0-rc2 \
|
|
||||||
qemu-kvm-0.12.3
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
oomtrace.pl \
|
oomtrace.pl \
|
||||||
test-lib.sh \
|
test-lib.sh \
|
||||||
@ -79,7 +69,7 @@ EXTRA_DIST = \
|
|||||||
domainsnapshotschematest \
|
domainsnapshotschematest \
|
||||||
domainsnapshotxml2xmlout \
|
domainsnapshotxml2xmlout \
|
||||||
domainsnapshotxml2xmlin \
|
domainsnapshotxml2xmlin \
|
||||||
$(patsubst %,qemuhelpdata/%,$(qemuhelpdata))
|
qemuhelpdata
|
||||||
|
|
||||||
noinst_PROGRAMS = virshtest conftest \
|
noinst_PROGRAMS = virshtest conftest \
|
||||||
nodeinfotest statstest qparamtest
|
nodeinfotest statstest qparamtest
|
||||||
|
Loading…
Reference in New Issue
Block a user