Re: [Qemu-devel] [PATCH PULL 02/11] tests: remove repetition in unit test object deps

2015-09-11 Thread Eric Blake
On 09/11/2015 06:10 AM, Daniel P. Berrange wrote: > 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

[Qemu-devel] [PATCH PULL 02/11] tests: remove repetition in unit test object deps

2015-09-11 Thread Daniel P. Berrange
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