Re: How to run the full RTEMS testsuite

2021-04-11 Thread Ida Delphine
Thanks, I'll check it out. On Sun, Apr 11, 2021 at 6:57 AM Eshan Dhawan wrote: > > On 11-Apr-2021, at 1:15 AM, Ida Delphine wrote: > >  > For some reason I get this: > rtems-test: command not found > I've used this command a few times and it worked. I don't know what I > am doing wrong now...

Re: How to run the full RTEMS testsuite

2021-04-10 Thread Eshan Dhawan
> On 11-Apr-2021, at 1:15 AM, Ida Delphine wrote: > >  > For some reason I get this: > rtems-test: command not found > I've used this command a few times and it worked. I don't know what I am > doing wrong now... > Any idea what I am doing wrong? Did you add the path to the toolchain to your $

Re: How to run the full RTEMS testsuite

2021-04-10 Thread Ida Delphine
For some reason I get this: rtems-test: command not found I've used this command a few times and it worked. I don't know what I am doing wrong now... Any idea what I am doing wrong? On Sat, Apr 10, 2021 at 12:43 PM Eshan Dhawan wrote: > Hi > You can use rtems-test to run tests in a directory > E

Re: How to run the full RTEMS testsuite

2021-04-10 Thread Eshan Dhawan
Hi You can use rtems-test to run tests in a directory Eg : rtems-test --rtems-bsp=erc32-run --rtems-tools=$HOME/development/rtems/5 ~/development/rtems/kernel/erc32/sparc-rtems5/c/erc32/testsuites/samples Thanks Eshan > On 10-Apr-2021, at 5:01 PM, Ida Delphine wrote: > >  > Hello everyone,

How to run the full RTEMS testsuite

2021-04-10 Thread Ida Delphine
Hello everyone, I'm looking forward to work on automatic style checking and code formatting for RTEMS as my GSoC project and will need to test that style changes do not cause any implementation bugs. I will carryout this test by running the full RTEMS testsuite. I've tried looking in the RTEMS docu