lwip/test/unit
Erik Ekman 7b77378ed8 test/unit: Fix compilation of ip4 test
../../../../src/../test/unit/ip4/test_ip4.c: In function ‘test_ip4_icmp_replylen_short’:
../../../../src/../test/unit/ip4/test_ip4.c:291:35: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
   fail_unless(linkoutput_byte_ctr == icmp_len + sizeof(unknown_proto));

Plus minor cleanup in second icmp reply test
2021-01-13 21:31:19 +01:00
..
api Fix typos using codespell 2020-02-15 21:45:41 +01:00
arch fix compiling unit tests after adding compile-time check for LWIP_NETCONN_FULLDUPLEX 2019-07-10 21:29:13 +02:00
core Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
dhcp unit: Support check v0.13.0 and later 2020-06-19 15:39:15 +02:00
etharp Sockets: Unit tests and apps corrections 2019-08-11 20:12:47 +02:00
ip4 test/unit: Fix compilation of ip4 test 2021-01-13 21:31:19 +01:00
ip6 Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
mdns Fix-more-typos-using-codespell 2020-02-15 21:45:53 +01:00
mqtt Fix mqtt unit test broken after 684adaca 2018-10-12 21:18:39 +02:00
tcp Fix typos using codespell 2020-02-15 21:45:41 +01:00
udp udp: fix udp_bind for IPADDR_TYPE_ANY 2019-02-26 14:48:44 +01:00
Filelists.cmake dns: Verify setting/getting servers in unit test 2020-07-04 18:57:41 +02:00
Filelists.mk dns: Verify setting/getting servers in unit test 2020-07-04 18:57:41 +02:00
lwip_check.h unit: Support check v0.13.0 and later 2020-06-19 15:39:15 +02:00
lwip_unittests.c dns: Verify setting/getting servers in unit test 2020-07-04 18:57:41 +02:00
lwipopts.h unit: Enable DNS 2020-07-04 14:24:40 +02:00
Makefile test/unit: Add convenience Makefile 2021-01-13 20:57:23 +01:00