From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 6C7631F454 for ; Fri, 8 Nov 2019 08:25:23 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=cru7e dPdSAtIasRDfYGUCRXRLoAawGeApdeigpI4Tt2XLV8Y1hwsZe9rhyFPIfgVPKRYr HW9zIMm9Nmaj3FQeY5cmpcQRUEN+uWjKUB6Abb8i9I+zrsOpAIEXhKfsSMATOU51 boPCamxHSfmk3xUpW6FtqjaEVb5A0YaB5zcPJU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=Z7I9eoKh5PF 7zZ9I5GblEhCX/DQ=; b=bPWOSYjzyDN5ACLaXW315iF2ERnPqqM/+TreZS9YDW0 On+9MN7JMJlTESVxaqretzP03/+LsCcsQIX28NySWFxAbpvTjUXuOjlfOhpRGvOf 5EYKwVqDYEeNfPRSoQ2gWV8qLhZ/2NHFDc2Fn8ntA+aRg/jMqmUJD5pSI1ZCPzzs = Received: (qmail 3146 invoked by alias); 8 Nov 2019 08:25:20 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 3133 invoked by uid 89); 8 Nov 2019 08:25:20 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: albireo.enyo.de From: Florian Weimer To: DJ Delorie Cc: libc-alpha@sourceware.org Subject: Re: RFC: test-in-container vs ld.so References: Date: Fri, 08 Nov 2019 09:25:16 +0100 In-Reply-To: (DJ Delorie's message of "Fri, 08 Nov 2019 03:05:30 -0500") Message-ID: <87o8xmvkpf.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain * DJ Delorie: > Florian Weimer writes: >> But I think we are already doing that? test-container is run via >> ld.so, but the actual test is not? >> > Here's nss/tst-nss-test3, with some newlines and tabs added for readability: Ah, then it's just a matter of replacing $(host-test-program-cmd) with $(built-program-file), I think.