1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/net/gcoap_forward_proxy/Makefile
Marian Buschsieweke a671229f09
tests/net: add stub test for gcoap_forward_proxy
This adds enough to do compile testing for gcoap_forward_proxy.
A proper test would still be needed, though.

This still already exposed compilation issues.
2024-10-14 16:29:52 +02:00

11 lines
247 B
Makefile

include ../Makefile.net_common
USEMODULE += auto_init_gnrc_netif
USEMODULE += gcoap_forward_proxy
USEMODULE += gnrc_ipv6_default
USEMODULE += netdev_default
USEMODULE += shell
USEMODULE += shell_cmds_default
include $(RIOTBASE)/Makefile.include