Re: [PATCH 2/3] test: skip test for non-mmu case

2014-09-04 Thread Bernhard Reutner-Fischer
On 31 August 2014 10:43, Waldemar Brodkorb w...@openadk.org wrote: Non-mmu targets have no fork(). In the case of vfork(), we can not test communication between parent and child in this way. Let's just not compile it then. ff48662bbadd3d49fabe6fdfeb8e8181d4c80b06 thanks,

[PATCH 2/3] test: skip test for non-mmu case

2014-08-31 Thread Waldemar Brodkorb
Non-mmu targets have no fork(). In the case of vfork(), we can not test communication between parent and child in this way. Signed-off-by: Waldemar Brodkorb w...@openadk.org --- test/librt/shmtest.c | 12 1 file changed, 12 insertions(+) diff --git a/test/librt/shmtest.c