Skip to content

Commit

Permalink
tests: don't directly select gnrc_sock_udp
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Sep 12, 2022
1 parent 02aeab7 commit 5070ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/netutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ USEMODULE += embunit
USEMODULE += sock_util

# make sure we have an implementation of sock_types.h
USEMODULE += gnrc_sock_udp
USEMODULE += sock_udp
USEMODULE += gnrc_ipv6

USEMODULE += ipv4_addr
Expand Down
2 changes: 1 addition & 1 deletion tests/sock_udp_aux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ USEMODULE += fmt
USEMODULE += gnrc_icmpv6_echo
USEMODULE += gnrc_ipv6_default
USEMODULE += netdev_default
USEMODULE += gnrc_sock_udp
USEMODULE += sock_udp
USEMODULE += netstats_ipv6
USEMODULE += netstats_l2
USEMODULE += ps
Expand Down

0 comments on commit 5070ca9

Please # to comment.