commit | f62cb1b6ddc2c82694abac23ab5eeddd85800074 | [log] [tgz] |
---|---|---|
author | Catalin Patulea <catalinp@google.com> | Tue Oct 16 16:00:23 2012 -0400 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Fri Oct 19 20:40:21 2012 +0200 |
tree | b4cb4a6c960772e95394bd030ca4e8ecb2cf7da0 | |
parent | 7748b8cb1d100105753a80976d2d02ab107d8107 [diff] |
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>