Re: [rtems commit] tests: Use in all tests

2017-11-07 Thread Chris Johns
On 7/11/17 6:24 pm, Sebastian Huber wrote: > > can we please unify this stuff first. Then you only have > to change this in one place or do simple search and replace changes. > Are we unified? It seems close to me with that last patch and your test results. Chris ___

Re: [rtems commit] tests: Use in all tests

2017-11-06 Thread Sebastian Huber
On 07/11/17 08:24, Sebastian Huber wrote: On 07/11/17 08:15, Chris Johns wrote: On 07/11/2017 17:09, Sebastian Huber wrote: Commit: 7b00c2fac57740963d3c4d8bf1cf5eab3a31f22e -  rtems_test_begin(); +  TEST_BEGIN(); -  rtems_test_end(); +  TEST_END(); I am now confused $ arm-rtems4.12-nm

Re: [rtems commit] tests: Use in all tests

2017-11-06 Thread Sebastian Huber
On 07/11/17 08:15, Chris Johns wrote: On 07/11/2017 17:09, Sebastian Huber wrote: Commit:7b00c2fac57740963d3c4d8bf1cf5eab3a31f22e - rtems_test_begin(); + TEST_BEGIN(); - rtems_test_end(); + TEST_END(); I am now confused $ arm-rtems4.12-nm `find . -name \*.exe` | grep rtems_test_be

Re: [rtems commit] tests: Use in all tests

2017-11-06 Thread Chris Johns
On 07/11/2017 17:09, Sebastian Huber wrote: > Commit:7b00c2fac57740963d3c4d8bf1cf5eab3a31f22e > - rtems_test_begin(); > + TEST_BEGIN(); > - rtems_test_end(); > + TEST_END(); I am now confused $ arm-rtems4.12-nm `find . -name \*.exe` | grep rtems_test_begin 001118dc T rtems_test_begin