Re: [Qemu-devel] How to add qemu-system-$(target) as a dependency for qtests

2013-10-31 Thread Stefan Hajnoczi
On Wed, Oct 30, 2013 at 05:09:26PM +0100, Paolo Bonzini wrote: > Il 30/10/2013 16:07, Stefan Hajnoczi ha scritto: > > I came across this little tests/Makefile annoyance: > > If you modify QEMU code and then run "make check" it will not rebuild QEMU. > > > > This can be confusing during development

Re: [Qemu-devel] How to add qemu-system-$(target) as a dependency for qtests

2013-10-30 Thread Andreas Färber
Am 30.10.2013 16:07, schrieb Stefan Hajnoczi: > I came across this little tests/Makefile annoyance: > If you modify QEMU code and then run "make check" it will not rebuild QEMU. > > This can be confusing during development when you expect changing the > code and rerunning the tests to pass :). >

Re: [Qemu-devel] How to add qemu-system-$(target) as a dependency for qtests

2013-10-30 Thread Paolo Bonzini
Il 30/10/2013 16:07, Stefan Hajnoczi ha scritto: > I came across this little tests/Makefile annoyance: > If you modify QEMU code and then run "make check" it will not rebuild QEMU. > > This can be confusing during development when you expect changing the > code and rerunning the tests to pass :).

[Qemu-devel] How to add qemu-system-$(target) as a dependency for qtests

2013-10-30 Thread Stefan Hajnoczi
I came across this little tests/Makefile annoyance: If you modify QEMU code and then run "make check" it will not rebuild QEMU. This can be confusing during development when you expect changing the code and rerunning the tests to pass :). I played with tests/Makefile but was unable to add the rig