Re: [PATCH v3 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-12-27 Thread Niteesh G. S.
Hello Christian, On Sun, Dec 27, 2020 at 2:39 PM Christian Mauderer wrote: > Hello Niteesh, > > I pushed the two patches. > Thanks for pushing the patches. Thanks, Niteesh. > Best regards > > Christian > > On 22/12/2020 19:01, Niteesh G. S. wrote: > > Hello Christian, > > > > On Tue, Dec 22,

Re: [PATCH v3 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-12-27 Thread Christian Mauderer
Hello Niteesh, I pushed the two patches. Best regards Christian On 22/12/2020 19:01, Niteesh G. S. wrote: Hello Christian, On Tue, Dec 22, 2020 at 6:33 PM Christian Mauderer > wrote: Hello Niteesh, On 19/12/2020 16:57, Niteesh G. S. wrote: > Hello

Re: [PATCH v3 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-12-22 Thread Niteesh G. S.
Hello Christian, On Tue, Dec 22, 2020 at 6:33 PM Christian Mauderer wrote: > Hello Niteesh, > > On 19/12/2020 16:57, Niteesh G. S. wrote: > > Hello Christian, > > > > On Sat, Dec 19, 2020 at 7:11 PM Christian Mauderer > > wrote: > > > > Hello Niteesh, > > > >

Re: [PATCH v3 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-12-22 Thread Christian Mauderer
Hello Niteesh, On 19/12/2020 16:57, Niteesh G. S. wrote: Hello Christian, On Sat, Dec 19, 2020 at 7:11 PM Christian Mauderer > wrote: Hello Niteesh, sorry, I somehow forget to check that patch set. I'll do it in the next few days. No problem, please

Re: [PATCH v3 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-12-19 Thread Niteesh G. S.
Hello Christian, On Sat, Dec 19, 2020 at 7:11 PM Christian Mauderer wrote: > Hello Niteesh, > > sorry, I somehow forget to check that patch set. I'll do it in the next > few days. > No problem, please take your time :). If you are on vacation, enjoy your vacations :) Thanks, Niteesh. > >

Re: [PATCH v3 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-12-19 Thread Christian Mauderer
Hello Niteesh, sorry, I somehow forget to check that patch set. I'll do it in the next few days. Best regards Christian On 17/12/2020 12:15, Niteesh G. S. wrote: ping. On Fri, Dec 4, 2020 at 1:41 PM G S Niteesh Babu > wrote: This commit adds a basic

Re: [PATCH v3 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-12-17 Thread Niteesh G. S.
ping. On Fri, Dec 4, 2020 at 1:41 PM G S Niteesh Babu wrote: > This commit adds a basic test that tests all the implemented > RTEMS OFW functions. > --- > spec/build/testsuites/libtests/grp.yml | 2 + > spec/build/testsuites/libtests/ofw01.yml | 21 +++ > testsuites/libtests/ofw01/init.c

[PATCH v3 2/2] libtests/ofw01: Added a test for RTEMS OFW

2020-12-04 Thread G S Niteesh Babu
This commit adds a basic test that tests all the implemented RTEMS OFW functions. --- spec/build/testsuites/libtests/grp.yml | 2 + spec/build/testsuites/libtests/ofw01.yml | 21 +++ testsuites/libtests/ofw01/init.c | 197 +++ testsuites/libtests/ofw01/ofw01.doc