[lwip-users] DHCP Unit tests fail

2014-06-30 Thread Fabian Koch
Hey all, I started using the unit tests with the unix port from lwip-contrib: * git cloned lwIP and lwIP-contrib * installed "check" (Ubuntu 12.04) $ cd lwIP-contrib/ports/unix/check $ make check Running suite(s): UDP TCP TCP_OOS MEM PBUF ETHARP DHCP 97%: Checks: 38, Failures: 1, Errors: 0 ../..

Re: [lwip-users] DHCP Unit tests fail

2014-06-30 Thread Sergio R. Caprile
Hi Fabian, Try posting this to the developers list, I see the same on my system with the latest version of check. However, I remember running the suite on the stable 1.4.1 when I hadn't patched it, with an older version of check, which I can't now with the latest one (and my patches...) I'm using C

Re: [lwip-users] DHCP Unit tests fail

2014-06-30 Thread Sergio R. Caprile
Got it to run now. The checks in the stable branch do not test DHCP, so I guess that in the git head is brand new or "fresh". ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users

Re: [lwip-users] DHCP Unit tests fail

2014-07-25 Thread Erik Ekman
On Mon, Jun 30, 2014 at 4:24 PM, Fabian Koch wrote: > Hey all, > > I started using the unit tests with the unix port from lwip-contrib: > > [..] > > Can anyone tell me if my setup is wrong OR The unix-port has problems OR > the unit tests for DHCP are not working at the moment? > I have the sam