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 unit tests: fixed testing itoa with too small buffer 2018-01-08 21:38:16 +01:00
test_def.h Fixed lwip_itoa (bug #51729) and added unit tests for it 2017-12-23 20:35:18 +01:00
test_mem.c Fix a corner case of double-free in the heap 2017-09-25 22:29:02 +02:00
test_mem.h minor: macros should not end with underscore(s) 2016-08-08 21:47:53 +02:00
test_netif.c netif unit test: add some more tests for ext callbacks 2018-01-13 15:22:09 +01:00
test_netif.h unit tests: added test_netif (checking ext_callbacks only, for now) 2018-01-12 22:27:15 +01:00
test_pbuf.c unit: speed up test_pbuf_queueing_bigger_than_64k 2018-03-03 17:43:23 -06:00
test_pbuf.h minor: macros should not end with underscore(s) 2016-08-08 21:47:53 +02:00
test_timers.c Add unit test for a long running timer 2018-01-12 12:37:16 +01:00
test_timers.h Start implementing unit tests for timers 2018-01-04 13:37:05 +01:00