]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.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 Tokarev <mjt@tls.msk.ru>
Sat, 15 Mar 2014 09:54:18 +0000 (13:54 +0400)
commit6d4adef48dd6bb738474ab857f4fcb240ff9d2d6
treeaccb95b1ce02ad393912f62c3ed739344265adb4
parent3b163b0165b1eee51afd00aeae8d2ad41d05c2a2
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>
tests/tcg/test_path.c