]> git.proxmox.com Git - qemu.git/commitdiff
configure: Copy test data to build directory
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 26 Aug 2011 18:00:13 +0000 (15:00 -0300)
committerJustin M. Forbes <jforbes@redhat.com>
Mon, 3 Oct 2011 19:37:44 +0000 (14:37 -0500)
The QDict unit-tests (check-qdict) will fail when ran on a different
build directory. That's, it only works when ran on the source dir.

This happens because its data file (qdict-test-data.txt) is not
copied to the build dir. Fix it.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Conflicts:

configure

configure

index 3d39d1b198da85483f6607f58a706e0557c326ad..c55be366c32877c9249deca3b4ed765526af2b4a 100755 (executable)
--- a/configure
+++ b/configure
@@ -3566,7 +3566,7 @@ DIRS="$DIRS roms/seabios roms/vgabios"
 DIRS="$DIRS fsdev ui"
 DIRS="$DIRS qapi"
 DIRS="$DIRS qga"
-FILES="Makefile tests/Makefile"
+FILES="Makefile tests/Makefile qdict-test-data.txt"
 FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit"
 FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps"
 FILES="$FILES pc-bios/spapr-rtas/Makefile"