Re: [Qemu-devel] [RFC 05/15] tests: Add rules to non-gtester qtest test cases

2016-11-22 Thread Eduardo Habkost
On Mon, Nov 21, 2016 at 11:12:03PM -0200, Eduardo Habkost wrote: [...] > +define qtest-target = This breaks on old GNU Make versions. Both patchew and travis-ci reported similar errors: make: *** No rule to make target `check-simpleqtest-x86_64', needed by `check-simpleqtest'. Stop. Old

[Qemu-devel] [RFC 05/15] tests: Add rules to non-gtester qtest test cases

2016-11-21 Thread Eduardo Habkost
Today, simple non-gtester binaries can be run easily by a single Makefile rule (e.g. check-tests/qemu-iotest-quick.sh), but we don't have anything to help us automatically run the same test binary for multiple architectures. This add check-simpleqtest-* rules that will help us run binaries