Erik Ekman
|
5c8fd3158d
|
unit: Support check v0.13.0 and later
Function name no longer needs to be fed separately when adding tests.
Also fix collision of non-static net_test variables in dhcp and netif
tests.
|
2021-08-16 08:56:06 +02:00 |
|
Erik Ekman
|
d5843944cc
|
netif: Add test for netif_find
|
2021-08-16 08:45:25 +02:00 |
|
Erik Ekman
|
f62be85576
|
netif: Add test for netif_is_flag_set()
|
2021-08-16 08:45:25 +02:00 |
|
goldsimon
|
f343a67b40
|
netif unit test: add some more tests for ext callbacks
|
2018-01-13 15:22:09 +01:00 |
|
goldsimon
|
e645d00484
|
netif unit test: fix -Werror=c++-compat
|
2018-01-13 15:16:12 +01:00 |
|
goldsimon
|
734b6ab57a
|
netif: ensure netif_set_addr() only results in one "ext_status_callback"
This can be used e.g. in mdns to create one, not multiple "changed" triggers
if IP address and netmask change at the same time.
|
2018-01-12 23:11:38 +01:00 |
|
goldsimon
|
fa75ffed9d
|
unit tests: added test_netif (checking ext_callbacks only, for now)
|
2018-01-12 22:27:15 +01:00 |
|