2021-10-22 17:14:57 +02:00
|
|
|
ifneq (,$(filter test_utils_result_output,$(USEMODULE)))
|
|
|
|
include $(RIOTBASE)/sys/test_utils/result_output/Makefile.dep
|
|
|
|
endif
|
2022-03-21 14:29:11 +01:00
|
|
|
ifneq (,$(filter test_utils_netdev_ieee802154_minimal,$(USEMODULE)))
|
|
|
|
include $(RIOTBASE)/sys/test_utils/netdev_ieee802154_minimal/Makefile.dep
|
|
|
|
endif
|
2019-03-23 14:20:18 +01:00
|
|
|
ifneq (,$(filter test_utils_interactive_sync,$(USEMODULE)))
|
|
|
|
USEMODULE += stdin
|
|
|
|
endif
|
2021-08-04 16:04:54 +02:00
|
|
|
ifneq (,$(filter benchmark_udp,$(USEMODULE)))
|
|
|
|
USEMODULE += netutils
|
|
|
|
USEMODULE += sema_inv
|
|
|
|
USEMODULE += sock_udp
|
2021-12-13 17:12:28 +01:00
|
|
|
USEMODULE += xtimer
|
2021-08-04 16:04:54 +02:00
|
|
|
endif
|
2022-03-16 14:38:46 +01:00
|
|
|
ifneq (,$(filter test_utils_netdev_eth_minimal,$(USEMODULE)))
|
|
|
|
include $(RIOTBASE)/sys/test_utils/netdev_eth_minimal/Makefile.dep
|
|
|
|
endif
|