To use testsuite for unit testing gcc for target
Jonathan Wakely
jwakely.gcc@gmail.com
Wed Mar 30 14:04:54 GMT 2022
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.
More information about the Gcc-help
mailing list