commit | b124533e069a6624316da2096d170b0bd9197d86 | [log] [tgz] |
---|---|---|
author | Daniel P. Berrange <berrange@redhat.com> | Wed Sep 02 11:35:52 2015 +0100 |
committer | Daniel P. Berrange <berrange@redhat.com> | Tue Sep 15 11:08:50 2015 +0100 |
tree | 10f2ebc9993db03821679d3d1cdeb8695dd91e7a | |
parent | 351d36e454cddc67a1675740916636a7ccbf1c4b [diff] |
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>