public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* To use testsuite for unit testing gcc for target
@ 2022-03-30 13:49 RICHU NORMAN
  2022-03-30 14:04 ` Jonathan Wakely
  0 siblings, 1 reply; 3+ messages in thread
From: RICHU NORMAN @ 2022-03-30 13:49 UTC (permalink / raw)
  To: gcc-help

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?


-- 
Thanks & Regards
Richu Norman

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: To use testsuite for unit testing gcc for target
  2022-03-30 13:49 To use testsuite for unit testing gcc for target RICHU NORMAN
@ 2022-03-30 14:04 ` Jonathan Wakely
  2022-03-30 16:31   ` RICHU NORMAN
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Wakely @ 2022-03-30 14:04 UTC (permalink / raw)
  To: RICHU NORMAN; +Cc: gcc-help

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: To use testsuite for unit testing gcc for target
  2022-03-30 14:04 ` Jonathan Wakely
@ 2022-03-30 16:31   ` RICHU NORMAN
  0 siblings, 0 replies; 3+ messages in thread
From: RICHU NORMAN @ 2022-03-30 16:31 UTC (permalink / raw)
  To: Jonathan Wakely; +Cc: gcc-help

Thanks, I'll check it out.

On Wed, Mar 30, 2022, 7:35 PM Jonathan Wakely <jwakely.gcc@gmail.com> 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.
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-30 16:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 13:49 To use testsuite for unit testing gcc for target RICHU NORMAN
2022-03-30 14:04 ` Jonathan Wakely
2022-03-30 16:31   ` RICHU NORMAN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).