[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 09/13] tests: Fix 'make test' for i686 hosts (build r
From: |
Michael Tokarev |
Subject: |
[Qemu-devel] [PULL 09/13] tests: Fix 'make test' for i686 hosts (build regression) |
Date: |
Sat, 15 Mar 2014 13:56:55 +0400 |
From: Stefan Weil <address@hidden>
'make test' is broken at least since commit
baacf04799ace72a9c735dd9306a1ceaf305e7cf. Several source files were moved
to util/, and some of them there split, so add the missing prefix and new
files to fix the compiler and linker errors.
There remain more issues, but these changes allow running the test on a
Linux i686 host.
Cc: address@hidden
Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
tests/tcg/test_path.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/tests/tcg/test_path.c b/tests/tcg/test_path.c
index a064eea..f8dd36a 100644
--- a/tests/tcg/test_path.c
+++ b/tests/tcg/test_path.c
@@ -1,12 +1,15 @@
/* Test path override code */
#define _GNU_SOURCE
#include "config-host.h"
-#include "iov.c"
-#include "cutils.c"
-#include "path.c"
-#include "trace.c"
+#include "util/cutils.c"
+#include "util/hexdump.c"
+#include "util/iov.c"
+#include "util/path.c"
+#include "util/qemu-timer-common.c"
+#include "trace/control.c"
+#include "../trace/generated-events.c"
#ifdef CONFIG_TRACE_SIMPLE
-#include "../trace/simple.c"
+#include "trace/simple.c"
#endif
#include <stdarg.h>
--
1.7.10.4
- [Qemu-devel] [PULL 01/13] sasl: Avoid 'Could not find keytab file' in syslog, (continued)
- [Qemu-devel] [PULL 01/13] sasl: Avoid 'Could not find keytab file' in syslog, Michael Tokarev, 2014/03/15
- [Qemu-devel] [PULL 02/13] .travis.yml: add a new build target with non-core devlibs, Michael Tokarev, 2014/03/15
- [Qemu-devel] [PULL 03/13] .travis.yml: re-enable lttng user space trace test, Michael Tokarev, 2014/03/15
- [Qemu-devel] [PULL 13/13] FSL eTSEC: Fix typo in rx ring, Michael Tokarev, 2014/03/15
- [Qemu-devel] [PULL 08/13] misc: Fix typos in comments, Michael Tokarev, 2014/03/15
- [Qemu-devel] [PULL 06/13] hw/timer/grlib_gptimer: Avoid integer overflows, Michael Tokarev, 2014/03/15
- [Qemu-devel] [PULL 11/13] configure: Don't use __int128_t for clang versions before 3.2, Michael Tokarev, 2014/03/15
- [Qemu-devel] [PULL 07/13] Add qga/qapi-generated to .gitignore, Michael Tokarev, 2014/03/15
- [Qemu-devel] [PULL 10/13] audio: Add 'static' attributes to several variables, Michael Tokarev, 2014/03/15
- [Qemu-devel] [PULL 12/13] scripts/make-release: Don't distribute .git directories, Michael Tokarev, 2014/03/15
- [Qemu-devel] [PULL 09/13] tests: Fix 'make test' for i686 hosts (build regression),
Michael Tokarev <=
- Re: [Qemu-devel] [PULL 00/13] Trivial patches for 2014-03-15, Peter Maydell, 2014/03/16