]> Git Repo - qemu.git/commit - tests/Makefile.include
tests: re-enable vhost-user-test
authorMarc-André Lureau <[email protected]>
Mon, 26 Oct 2015 14:32:00 +0000 (15:32 +0100)
committerMichael S. Tsirkin <[email protected]>
Thu, 19 Nov 2015 13:26:05 +0000 (15:26 +0200)
commit421f4448cec3e42f8477499c5c584699e2cf656b
tree9f68c43a41e752fc5cd2cf3011ecfa595fc09c04
parentd9a3b33d2c9f996537b7f1d0246dee2d0120cefb
tests: re-enable vhost-user-test

Commit 7fe34ca9c2e actually disabled vhost-user-test altogether,
since CONFIG_VHOST_NET is a per-target config variable.

tests/vhost-user-test is already x86/x64 softmmu specific test, in order
to enable it correctly, kvm & vhost-net are also conditions. To check
that, set CONFIG_VHOST_NET_TEST_$target when kvm is also enabled.

Since "check-qtest-x86_64-y = $(check-qtest-i386-y)", avoid duplication
when both x86 & x64 are enabled.

Other targets than x86 aren't enabled yet, and is intentionally left as
a future improvement, since I can't easily test those.

Signed-off-by: Marc-André Lureau <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
configure
tests/Makefile
This page took 0.023782 seconds and 4 git commands to generate.