From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 60B7F3858D37; Mon, 16 Oct 2023 02:14:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 60B7F3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697422474; bh=Z2pYrOuyCiapMmZa641gSQzL1VnUdJokMcQs+UrCtPY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CH/WL3retTrTbDpggfIHuL2JTDx566uSIeBFC/9Xt2nq+ZbP74VB6sA4cPhd5MNOw pPvZ3GufXNx3/mZc0E7L5VPCRBFmGeeIRDwO4HG4sRCrKPMeAzVw+NIS8a6A5cAhou CmeLlajIZ87zLegeo3+TgI1XKzOP390WSQFwJjeA= From: "egallager at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/103324] RFE: Add a `make quickcheck` or `make smoketest` Makefile target to allow only running a portion of the testsuite Date: Mon, 16 Oct 2023 02:14:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: egallager at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103324 --- Comment #10 from Eric Gallager --- (In reply to Richard Biener from comment #2) > Thus, >=20 > make check RUNTESTFLAGS=3D"execute.exp" > make check RUNTESTFLAGS=3D"dg-torture.exp" Just confirming that the proper way to combine these would be: make check RUNTESTFLAGS=3D"execute.exp dg-torture.exp" ...correct? (The docs said something about being whitespace-delimited, but I wasn't qui= te sure if that just applied to the globbing part, or also to the .exp filenames...)=