]> Git Repo - qemu.git/commitdiff
tests: Fix 'make test' for i686 hosts (build regression)
authorStefan Weil <[email protected]>
Fri, 7 Mar 2014 10:11:22 +0000 (11:11 +0100)
committerMichael Tokarev <[email protected]>
Sat, 15 Mar 2014 09:54:18 +0000 (13:54 +0400)
'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: [email protected]
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
tests/tcg/test_path.c

index a064eea8fb989e351046710d2d64883d8205c1c4..f8dd36aab28b56b43ff8dd176870a8bfa6c20b65 100644 (file)
@@ -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>
This page took 0.029441 seconds and 4 git commands to generate.