lwip/test
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
..
fuzz fuzz: Improve Makefile 2020-12-04 10:51:11 +01:00
sockets sockets_stresstest: fix typo (&1, not %1) 2018-04-20 07:52:35 +02:00
unit test/unit: Fix compilation of ip4 test 2021-01-13 21:31:19 +01:00