From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0tZ5-0007RG-MK for qemu-devel@nongnu.org; Fri, 05 Jun 2015 11:29:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0tYy-0007zj-8G for qemu-devel@nongnu.org; Fri, 05 Jun 2015 11:29:47 -0400 Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:36267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0tYy-0007ze-2v for qemu-devel@nongnu.org; Fri, 05 Jun 2015 11:29:40 -0400 Received: by wgbgq6 with SMTP id gq6so59631804wgb.3 for ; Fri, 05 Jun 2015 08:29:39 -0700 (PDT) Received: from 640k.localdomain (dynamic-adsl-94-39-129-53.clienti.tiscali.it. [94.39.129.53]) by mx.google.com with ESMTPSA id j7sm11070680wjz.11.2015.06.05.08.29.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Jun 2015 08:29:37 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 5 Jun 2015 17:29:33 +0200 Message-Id: <1433518173-122184-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH build-fix] qtest: add rule for q35-test executable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Paolo Bonzini --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile b/tests/Makefile index f4721d0..5d7152c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -357,6 +357,7 @@ tests/boot-order-test$(EXESUF): tests/boot-order-test.o $(libqos-obj-y) tests/bios-tables-test$(EXESUF): tests/bios-tables-test.o $(libqos-obj-y) tests/tmp105-test$(EXESUF): tests/tmp105-test.o $(libqos-omap-obj-y) tests/i440fx-test$(EXESUF): tests/i440fx-test.o $(libqos-pc-obj-y) +tests/q35-test$(EXESUF): tests/q35-test.o $(libqos-pc-obj-y) tests/fw_cfg-test$(EXESUF): tests/fw_cfg-test.o $(libqos-pc-obj-y) tests/e1000-test$(EXESUF): tests/e1000-test.o tests/rtl8139-test$(EXESUF): tests/rtl8139-test.o $(libqos-pc-obj-y) -- 1.8.3.1