fw_cfg-test: Fix test path to include architecture
commit53850b8894cfca3cbe405979ba8a55539cd17516
authorAndreas Färber <afaerber@suse.de>
Thu, 19 Mar 2015 17:35:23 +0000 (19 18:35 +0100)
committerAndreas Färber <afaerber@suse.de>
Mon, 30 Mar 2015 17:19:42 +0000 (30 19:19 +0200)
tree060bffaf6c35201675c30a9ac696d65443132020
parent627f91b1f80fecc73d00727181a9ddb6162cc30e
fw_cfg-test: Fix test path to include architecture

Use qtest_add_func() instead of g_test_add_func() to reflect
the architecture tested, changing GTester paths as follows:

  /fw_cfg/foo -> /x86_64/fw_cfg/foo etc.

Cc: qemu-stable@nongnu.org
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
tests/fw_cfg-test.c