mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
7748b8cb1d
commit
f62cb1b6dd
4 changed files with 22 additions and 14 deletions
|
@ -1,11 +1,12 @@
|
|||
/* Test path override code */
|
||||
#include "../config-host.h"
|
||||
#include "../qemu-malloc.c"
|
||||
#include "../cutils.c"
|
||||
#include "../path.c"
|
||||
#include "../trace.c"
|
||||
#define _GNU_SOURCE
|
||||
#include "config-host.h"
|
||||
#include "iov.c"
|
||||
#include "cutils.c"
|
||||
#include "path.c"
|
||||
#include "trace.c"
|
||||
#ifdef CONFIG_TRACE_SIMPLE
|
||||
#include "../simpletrace.c"
|
||||
#include "../trace/simple.c"
|
||||
#endif
|
||||
|
||||
#include <stdarg.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue