From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id BCBCF397EC0C; Tue, 27 Jul 2021 20:34:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BCBCF397EC0C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: SEcZUV25cR8OxZFwG1+XUv8EXeLvXc6HqVp9PlC/s1EBlsEdDiiBCDrSdTNfJhLdPIaQs7MbPa DcH035laVB9kfe38LLt/d2uYFukW1ODzV07w6AfPDLeiz+xJyiP2kiE39WcaWLYOai92ME2KXj 9pMOno3Vd3rX1FYs/SbKFckCWE4WXV8IASkWkSrXFwmsHV7wxqnpYfLjuGmb8pyAfEJbvwbyzq aL5LsIcQPJ190JgOHPQt8zf1yiTJB+e5HJFHVM330TMMske+ChLQkDUTR/ly408Z4i0ZArIec0 ihXnMvNU+FdtZPhV3w7LGhvP X-IronPort-AV: E=Sophos;i="5.84,274,1620720000"; d="scan'208";a="63973199" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 27 Jul 2021 12:34:11 -0800 IronPort-SDR: 6Cy3sbvluMKJ9Tj02KIi5cQlCOUx2gyjCc89p5XGKZWP/E2WoNg+ASMEKsJDs2SA9BvCQxpTH/ A/e97c0NXp1vEmVW6/MMuq56pes+P5vWy0lqkO7Bac4JpcCaNaD2rY9VninSujPI6cH7xBmhD9 lijkpfoCvDT21mX36RxTg6w9gMoLNPhUsdlOwCaiJHbNmRjhxPXLfrk8kxjRRYo/0y3cfjc3ZO whgBkNHrOMqwmTqv0BDs/q0q/e54L28BA/Q2f3TrabLvfOt/zUr7fGfImr3Algdiph6hB5yqWk O+g= Date: Tue, 27 Jul 2021 20:34:06 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Lukasz Majewski CC: libc-alpha , Florian Weimer , Subject: Re: Question regarding test suite build In-Reply-To: <20210721153522.31ac5aca@ktm> Message-ID: References: <20210721153522.31ac5aca@ktm> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3119.6 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-help@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-help mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2021 20:34:14 -0000 On Wed, 21 Jul 2021, Lukasz Majewski wrote: > The problem I'm facing now is that make check does everything at once ( > it cross compiles tests, executes them and prints results). > I would probably need to add new make rule (like make tst or such) You can build tests without running them simply by running "make check" for a cross-compiled glibc without test-wrapper set. (I've done a variant of that - "make math/tests" with some -j option to build the math/ tests in parallel, then "make regen-ulps" with test-wrapper set to run those tests needed for ulps regeneration.) Many tests depend on aspects of the test environment and aren't designed to be installed and run without a glibc source and build tree present. -- Joseph S. Myers joseph@codesourcery.com