ptimer-test: do not link to libqemustub.a/libqemuutil.a
commit9ee24e98d31f1eb2fbd63f911d68f76ccec531a9
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 19 Sep 2017 14:18:42 +0000 (19 16:18 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 19 Sep 2017 14:19:39 +0000 (19 16:19 +0200)
tree2813fd58bebe6dc3da8c11466cacfdee64c2837d
parent288cb9490ba13e0572e44a67df8c9c2f703c7847
ptimer-test: do not link to libqemustub.a/libqemuutil.a

This test provides its own mocks, so do not use the "standard"
stubs in libqemustub.a or the event loop implementation in
libqemuutil.a.

This is required on OS X, which otherwise brings in qemu-timer.o,
async.o and main-loop.o from libqemuutil.a.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/Makefile.include
tests/ptimer-test-stubs.c