]> git.proxmox.com Git - mirror_qemu.git/commit - tests/Makefile.include
tests: remove repetition in unit test object deps
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 2 Sep 2015 10:35:52 +0000 (11:35 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 15 Sep 2015 10:08:50 +0000 (11:08 +0100)
commitb124533e069a6624316da2096d170b0bd9197d86
tree10f2ebc9993db03821679d3d1cdeb8695dd91e7a
parent351d36e454cddc67a1675740916636a7ccbf1c4b
tests: remove repetition in unit test object deps

Most of the unit tests have identical sets of object deps.
For example all block unit tests need to depend on

 $(block-obj-y) libqemuutil.a libqemustub.a

Currently each unit test repeats this list of test deps.
This list of deps will grow as future patches add more
modules to the build, so define some common variables
that can be used by all unit tests to remove the
repetition.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tests/Makefile