tests/Makefile: Only run vhost-user-test on Linux
commit82172b751929314a81337aa91deea82e8297af1f
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Jul 2014 17:30:41 +0000 (15 18:30 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Jul 2014 17:36:10 +0000 (15 18:36 +0100)
treef628921320cee14d4a452bc40324b66759fbf55d
parentcbb46f5f49d4a9cc5ce1a2f43a749003c71bbeb4
tests/Makefile: Only run vhost-user-test on Linux

vhost-user-test uses the linux/vhost.h header, so it must only be
enabled if CONFIG_LINUX is defined. (Previously it was enabled
for CONFIG_POSIX, which broke 'make check' on MacOSX.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/Makefile