Dirk Ziegelmeier
|
145d6ab5d2
|
test_etharp.c: IANA_HWTYPE_ETHERNET -> LWIP_IANA_HWTYPE_ETHERNET
|
2017-08-08 12:22:19 +02:00 |
|
Dirk Ziegelmeier
|
629ec98dd8
|
Work on task #14587: Create common header for IANA assigned numbers
Create include/lwip/prot/iana.h
Move DHCP and ARP #define in there
|
2017-08-07 21:06:19 +02:00 |
|
goldsimon
|
4cec20230e
|
Ensure that unit tests leave the stack in a clean state
|
2017-08-03 22:28:50 +02:00 |
|
Dirk Ziegelmeier
|
e844159f0a
|
Fix warning in test_etharp.c
|
2016-08-19 09:03:57 +02:00 |
|
Dirk Ziegelmeier
|
d133999e1d
|
Fix warnings in unit test code when compiling with stricter GCC settings
|
2016-06-23 22:30:37 +02:00 |
|
Sylvain Rochet
|
ce98bc9437
|
test: etharp: Fixed const warning
|
2015-09-27 22:59:15 +02:00 |
|
Erik Ekman
|
38e3299675
|
test_etharp: Fix warning about braces
../../lwip-trunk/test/unit/etharp/test_etharp.c:16:8: warning: missing
braces around initializer [-Wmissing-braces]
struct eth_addr test_ethaddr = {1,1,1,1,1,1};
^
|
2015-08-05 21:04:33 +02:00 |
|
goldsimon
|
cf180b651b
|
fixed unit tests after changing ip_addr_t
|
2015-04-10 08:51:06 +02:00 |
|
Simon Goldschmidt
|
a80c4d147c
|
Unit test patch by Erik Ekman: use macro to store correct testcase name
|
2014-02-12 21:52:21 +01:00 |
|
Simon Goldschmidt
|
bcfe3dacc6
|
fixed unit tests (one TCP test failed, removed comma at the end of array initializers)
|
2011-09-26 22:09:27 +02:00 |
|
goldsimon
|
88e1719d8e
|
Fixed etharp unit test after changing struct etharp_hdr
|
2011-03-30 18:47:20 +00:00 |
|
goldsimon
|
da3d84d1dc
|
Fix compilation if ETHARP_SUPPORT_STATIC_ENTRIES==0
|
2010-03-26 13:40:31 +00:00 |
|
goldsimon
|
5fd410db4b
|
Added support for static ARP table entries (added option ETHARP_SUPPORT_STATIC_ENTRIES) (+ added test); refactored the etharp code a bit
|
2010-03-20 11:45:25 +00:00 |
|