tests/tcg: fix build
authorCatalin Patulea <catalinp@google.com>
Tue, 16 Oct 2012 20:00:23 +0000 (16:00 -0400)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 19 Oct 2012 18:40:21 +0000 (20:40 +0200)
commitf62cb1b6ddc2c82694abac23ab5eeddd85800074
treeb4cb4a6c960772e95394bd030ca4e8ecb2cf7da0
parent7748b8cb1d100105753a80976d2d02ab107d8107
tests/tcg: fix build

This broke when the tests were moved from tests/ to tests/tcg/.

On x86_64 host/i386-linux-user non-kvm guest, test-i386 and test-mmap are broken, but at least they build.

To build/run the tests:
$ cd $BUILD_PATH/tests/tcg
$ SRC_PATH=path/to/qemu make <target>

Signed-off-by: Catalin Patulea <catalinp@google.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tests/tcg/Makefile
tests/tcg/linux-test.c
tests/tcg/test-i386.c
tests/tcg/test_path.c