]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests: Fix 'make test' for i686 hosts (build regression)
authorStefan Weil <sw@weilnetz.de>
Fri, 7 Mar 2014 10:11:22 +0000 (11:11 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 25 Jun 2014 20:23:31 +0000 (15:23 -0500)
commit151be4f61f305b695c844bd7768090790b554fa8
tree380c00068ef8479c1c28f2edb5c3dd153d79d316
parenta290aeebc477e9b17b5aeded425be0009798faa2
tests: Fix 'make test' for i686 hosts (build regression)

'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: qemu-stable@nongnu.org
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(cherry picked from commit 6d4adef48dd6bb738474ab857f4fcb240ff9d2d6)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tests/tcg/test_path.c