Re: Using RTEMS chains API in non-RTEMS unit testing?

2019-01-03 Thread Sebastian Huber
On 03/01/2019 16:39, Martin Erik Werner wrote: Hello, I'm currently using Google Test in order to run some unit tests on an RTEMS application in a non-RTEMS Linux Development environment, via a (fairly messy but operational) fake environment and mocking/faking calls to RTEMS manager functionalit

Re: rtems_malloc_statistics_t

2019-01-03 Thread Sebastian Huber
Hello David, On 03/01/2019 20:20, Siddons, David wrote: Hi all,    I'm slowly working my way through porting rtems5 to EPICS-3.15.6. THings have changed since the previous port, both in EPICS and RTEMS. I just hit an error concerning rtems malloc, in particular this type and the function wh

rtems_malloc_statistics_t

2019-01-03 Thread Siddons, David
Hi all, I'm slowly working my way through porting rtems5 to EPICS-3.15.6. THings have changed since the previous port, both in EPICS and RTEMS. I just hit an error concerning rtems malloc, in particular this type and the function which uses it, malloc_get_statistics(). Is there a list of r

Using RTEMS chains API in non-RTEMS unit testing?

2019-01-03 Thread Martin Erik Werner
Hello, I'm currently using Google Test in order to run some unit tests on an RTEMS application in a non-RTEMS Linux Development environment, via a (fairly messy but operational) fake environment and mocking/faking calls to RTEMS manager functionality (e.g. semaphores, message queues, which are eit