From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vvm2n-00012Z-Ln for qemu-devel@nongnu.org; Wed, 25 Dec 2013 05:50:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vvm2h-0002dq-E9 for qemu-devel@nongnu.org; Wed, 25 Dec 2013 05:50:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vvm2h-0002dd-71 for qemu-devel@nongnu.org; Wed, 25 Dec 2013 05:50:23 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rBPAoKev004934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 25 Dec 2013 05:50:21 -0500 From: Marcel Apfelbaum Date: Wed, 25 Dec 2013 12:50:14 +0200 Message-Id: <1387968616-3629-1-git-send-email-marcel.a@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] acpi unit-test: extract iasl executable from configuration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mst@redhat.com The test checked if iasl is installed by running "iasl" and checking the error output. It is better to use the iasl executable as appears in configuration. patch 1: exports IASL configuration option to config-host.h patch 2: acpi unit-test uses the exported CONFIG_IASL define Marcel Apfelbaum (2): configure: add CONFIG_IASL to config-host.h acpi unit-test: extract iasl executable from configuration scripts/create_config | 4 ++++ tests/acpi-test.c | 31 ++++++++----------------------- 2 files changed, 12 insertions(+), 23 deletions(-) -- 1.8.3.1