From nobody Tue Apr 7 08:15:22 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=yandex-team.com ARC-Seal: i=1; a=rsa-sha256; t=1773606014; cv=none; d=zohomail.com; s=zohoarc; b=BjlmWmaF+kZNLSPL5h7EvaIMBxW1MrSWNqIRNnoZI01HXAchvt5cYXSmU/d4JfWTHojhrTOfZLSmkzMVrE1GkQqJjHAPffzMFDZQlH/fqoHiPiceRr9g8Ld8yBqCyhY6DeXR8Ldhm6EO8GaOtEhy9FRD7P66+PQgr1ZDkiPrWWY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1773606014; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=G10JazQfAlNtIlaRgYLBNO+ir2bkh6baa6jl8L1Gd9U=; b=GgZ344MAEcb7o7XaJ+eziGStc3ejmGJbKkmNTB20jaC9Ta26rsSWTV1It0DEUPsSEaNdL/8OpXryyQJQIwCQheYHzv/nYxwR9WtWYhCPBWAUF1QaVGoeQh/pvWB5hE2lMJIl+qedh0UoQsaDkGI1jioNNGmjLb3yo65UYU1FF9g= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1773606013873391.8150319663888; Sun, 15 Mar 2026 13:20:13 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1w1ruN-0006Oi-NM; Sun, 15 Mar 2026 16:17:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1w1ruD-0006NL-OE for qemu-devel@nongnu.org; Sun, 15 Mar 2026 16:17:46 -0400 Received: from forwardcorp1b.mail.yandex.net ([2a02:6b8:c02:900:1:45:d181:df01]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1w1ru9-0002MC-9N for qemu-devel@nongnu.org; Sun, 15 Mar 2026 16:17:44 -0400 Received: from mail-nwsmtp-smtp-corp-main-34.sas.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-34.sas.yp-c.yandex.net [IPv6:2a02:6b8:c24:fa2:0:640:41ee:0]) by forwardcorp1b.mail.yandex.net (Yandex) with ESMTPS id CF95A80758; Sun, 15 Mar 2026 23:17:06 +0300 (MSK) Received: from localhost (unknown [2a02:6bf:8080:b49::1:d]) by mail-nwsmtp-smtp-corp-main-34.sas.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id 5HRXIO1ABW20-BnonUcwD; Sun, 15 Mar 2026 23:17:06 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.com; s=default; t=1773605826; bh=G10JazQfAlNtIlaRgYLBNO+ir2bkh6baa6jl8L1Gd9U=; h=Cc:Message-Id:References:Date:In-Reply-To:Subject:To:From; b=GLHSv/M4PJXCTwF9QtJQm7EaMig6kjJwOQmiOA9mfDDfq6i+DU+xmiseF941YPJ3z PDm/a672g42vgXCE6plvfoXCn1PXt7ouhf2rBragPPjVaGiCAysyar5uAzFU4mlihT yM4mQph82wiMzKZgnt7uvByezjCg9EVdG+zGB+rY= Authentication-Results: mail-nwsmtp-smtp-corp-main-34.sas.yp-c.yandex.net; dkim=pass header.i=@yandex-team.com From: Sergei Heifetz To: qemu-devel@nongnu.org Cc: Eric Blake , "Michael S. Tsirkin" , =?UTF-8?q?Alex=20Benn=C3=A9e?= , Markus Armbruster , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Marcel Apfelbaum , Paolo Bonzini , Fabiano Rosas , =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Eduardo Habkost , Yanan Wang , Zhao Liu , Richard Henderson , "Dr. David Alan Gilbert" , Thomas Huth , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Laurent Vivier , Gerd Hoffmann , Sergei Heifetz Subject: [PATCH v3 08/11] tests/audio: do not compile if audio is disabled Date: Mon, 16 Mar 2026 01:16:43 +0500 Message-Id: <20260315201646.96862-9-heifetz@yandex-team.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20260315201646.96862-1-heifetz@yandex-team.com> References: <20260315201646.96862-1-heifetz@yandex-team.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=2a02:6b8:c02:900:1:45:d181:df01; envelope-from=heifetz@yandex-team.com; helo=forwardcorp1b.mail.yandex.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: qemu development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @yandex-team.com) X-ZM-MESSAGEID: 1773606018855158500 If QEMU is configured with --disable-audio, do not compile the audio tests. Signed-off-by: Sergei Heifetz Reviewed-by: Marc-Andr=C3=A9 Lureau --- tests/audio/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/audio/meson.build b/tests/audio/meson.build index 84754bde221..97c1d623bbd 100644 --- a/tests/audio/meson.build +++ b/tests/audio/meson.build @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later =20 -if not have_system +if not have_audio subdir_done() endif =20 --=20 2.34.1