kvm-unit-tests: really use KVM_UNIT_TESTS_ARCH and fix value on x86-64
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 6 Nov 2016 12:39:26 +0000 (13:39 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 6 Nov 2016 12:39:26 +0000 (13:39 +0100)
commit9f9903eaa6bde38fe449efeda3f546388a031fa6
tree888dea69ebdacc7f710db386027d91df084ce13b
parent27a20609c288e5d13a91b064c54c1d3f93ad7c48
kvm-unit-tests: really use KVM_UNIT_TESTS_ARCH and fix value on x86-64

The kvm-unit-tests package defines a KVM_UNIT_TESTS_ARCH variable, but
never used it. Due to this, on PowerPC64, we were passing an incorrect
value, causing a build failure.

In addition, once the KVM_UNIT_TESTS_ARCH is used, it appeared that
its value for x86_64 was incorrect, due a typo: it was x86_84 instead
of x86_64.

Fixes:

  http://autobuild.buildroot.net/results/16836c02f4d1ab5df6b2e21a4fcdbbf4a7542f22/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/kvm-unit-tests/kvm-unit-tests.mk