lwip/test/unit/core
Joel Cunningham b1258bf8e6 unit: speed up test_pbuf_queueing_bigger_than_64k
Speed up test_pbuf_queueing_bigger_than_64k by using memcmp rather than
a byte by byte comparision. This allows using word aligned compares
within the memcmp implementation

This fixes a unit test timeout on my Windows 10 box with WSL which was
taking longer than 4 seconds for the unix port unit test to complete

See failure details in https://savannah.nongnu.org/patch/index.php?9579
2018-03-03 17:43:23 -06:00
..
test_def.c
test_def.h
test_mem.c
test_mem.h
test_netif.c
test_netif.h
test_pbuf.c unit: speed up test_pbuf_queueing_bigger_than_64k 2018-03-03 17:43:23 -06:00
test_pbuf.h
test_timers.c
test_timers.h