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.