From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcuLR-0005oq-Rh for qemu-devel@nongnu.org; Fri, 18 Sep 2015 08:00:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcuLN-0007EO-OS for qemu-devel@nongnu.org; Fri, 18 Sep 2015 08:00:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcuLN-0007Do-Ij for qemu-devel@nongnu.org; Fri, 18 Sep 2015 08:00:45 -0400 From: Markus Armbruster Date: Fri, 18 Sep 2015 14:00:40 +0200 Message-Id: <1442577640-11612-8-git-send-email-armbru@redhat.com> In-Reply-To: <1442577640-11612-1-git-send-email-armbru@redhat.com> References: <1442577640-11612-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 7/7] tests: Simplify how qom-test is run List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: afaerber@suse.de, stefanha@redhat.com, ehabkost@redhat.com Add it to check-qtest-generic-y instead of check-qtest-$(target)-y for every target. Signed-off-by: Markus Armbruster --- tests/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 4559045..28c5f93 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -219,10 +219,7 @@ gcov-files-ppc64-y += ppc64-softmmu/hw/ppc/spapr_pci.c check-qtest-microblazeel-y = $(check-qtest-microblaze-y) check-qtest-xtensaeb-y = $(check-qtest-xtensa-y) -# qom-test works for all sysemu architectures: -$(foreach target,$(SYSEMU_TARGET_LIST), \ - $(if $(findstring tests/qom-test$(EXESUF), $(check-qtest-$(target)-y)),, \ - $(eval check-qtest-$(target)-y += tests/qom-test$(EXESUF)))) +check-qtest-generic-y += tests/qom-test$(EXESUF) check-qapi-schema-y := $(addprefix tests/qapi-schema/, \ comments.json empty.json enum-empty.json enum-missing-data.json \ -- 2.4.3