From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-xb2c.google.com (mail-yb1-xb2c.google.com [IPv6:2607:f8b0:4864:20::b2c]) by sourceware.org (Postfix) with ESMTPS id 8E621385840C for ; Wed, 30 Mar 2022 16:31:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8E621385840C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cusat.ac.in Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cusat.ac.in Received: by mail-yb1-xb2c.google.com with SMTP id y38so35043330ybi.8 for ; Wed, 30 Mar 2022 09:31:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cusat-ac-in.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7Yzg4nXHm7XySWV/Meffc+cZHfhIiupaCeNasyU7/oM=; b=ssdkjs/Tgwyz5b/bTEZ0M0O+3XFSD/EWc5GqILy11IbqCCqHtcsmh2vYmboGiNoN4u uO7/+XP0k8ZJ7t2+OPx9s5FXFEpI09tjJujcqgDtM/Lb/NMToIqivIUNpXdOw+S2VPQx oq7lw7mzBsDnnmTvCVhp8Cn2DVRFsF8XXCwBedMJFRmErxcmlJNDBCv5jco9vKMFEJGz /x6uZEodKRBG/csQUuhnAhDfqQVSCCt49yEncrMoXqn0QuCtvUskmzjaaaELHUh6nq9A 9HoTEe5zil8e+SmaRPayE0LwnoAgi1K7miveQZht+JxTV2ErwPfVoyp1KVkfOBC+xfZG yI2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7Yzg4nXHm7XySWV/Meffc+cZHfhIiupaCeNasyU7/oM=; b=aazxgg114AyFPw2JWSGD7B+hn8AQcj7gOYdd9H5oxtOX/c3kg14DtpximTRtT7ovUz lMS0QaBPHCQFgkzmngQUVP4oAq7lK4Hv27tiJx59OZVeYCSZkAnlTDh8Fm8KPbzLjXUO h5MyJ0kAtQZPxEQ1oGVQjQ6dq4KkvmZnrIjoreRE9CoSn+nMYYfyZ+Bkil1PRVLluT6q ZgzcjUnt18/NAi74drFDf4fmdUJ2t9+GCgXs7w9zZfKm2TuoKFuG/Jk2lLbR0zWL/+Hu wtDqUkn44QEAok18RGzxuiGPoF4Am4TxG4F1BcJvR3lQY5kCNwG6sv6ftWM1SkwH/8N2 p7EQ== X-Gm-Message-State: AOAM532OA0lNNEC4PPKNV4EvctH4kwd2BwOQY3T85PdcHiipDxuXfUpe zQ3dE8U8DpqMBoMo8i5deRL+C/n57ZZY+XWEf6iu/MWcUXtKa5UxU0fAxX1uYBWzkmi7f2ax/Ad wGamKYAWjVZpOmqOC3m0dIBk= X-Google-Smtp-Source: ABdhPJxZ2CI/7gBi/Hp5A86gUdod2BL3pynox2C0ZzASoz123vXnW73W471WS2OPauXc69iyQvGclOGUAdenYs40nOM= X-Received: by 2002:a5b:6cb:0:b0:63c:ce7f:f739 with SMTP id r11-20020a5b06cb000000b0063cce7ff739mr454558ybq.414.1648657893886; Wed, 30 Mar 2022 09:31:33 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: RICHU NORMAN Date: Wed, 30 Mar 2022 22:01:22 +0530 Message-ID: Subject: Re: To use testsuite for unit testing gcc for target To: Jonathan Wakely Cc: gcc-help X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, HTML_MESSAGE, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2022 16:31:38 -0000 Thanks, I'll check it out. On Wed, Mar 30, 2022, 7:35 PM Jonathan Wakely wrote: > On Wed, 30 Mar 2022 at 14:50, RICHU NORMAN wrote: > > > > Hi > > I want to use testsuite for unit testing gcc for target riscv.Testsuite > is > > already available with the compiler.Could you suggest a sample or way to > > use testsuite? > > I'm not sure exactly what you want to do, but the usual way is to > build gcc and then run "make check". > > See https://gcc.gnu.org/install/test.html for more details, including > how to run only part of the testsuite or how to change how the tests > run. >