All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] How to add qemu-system-$(target) as a dependency for qtests
@ 2013-10-30 15:07 Stefan Hajnoczi
  2013-10-30 16:09 ` Paolo Bonzini
  2013-10-30 16:12 ` Andreas Färber
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2013-10-30 15:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Andreas Färber, Anthony Liguori, Markus Armbruster

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 right
dependency.  We need something that makes all libqtest tests depend on
$(TARGET)-softmmu/qemu-system-$(TARGET) at "make check" time.

This way QEMU gets rebuilt if "make check" will execute the QEMU binary.

Any ideas?

Stefan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-10-31 12:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 15:07 [Qemu-devel] How to add qemu-system-$(target) as a dependency for qtests Stefan Hajnoczi
2013-10-30 16:09 ` Paolo Bonzini
2013-10-31 12:30   ` Stefan Hajnoczi
2013-10-30 16:12 ` Andreas Färber

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.