tests/gnrc_dhcpv6_client: use export function to set IFACE for server

This commit is contained in:
Martine Lenders 2021-09-07 11:10:10 +02:00
parent 76c04bd647
commit 73d5997e70
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -44,7 +44,7 @@ include $(RIOTBASE)/Makefile.include
# export IFACE variable to environment of dhcpv6_server and # export IFACE variable to environment of dhcpv6_server and
# test-with-config/check-config rules # test-with-config/check-config rules
# see: https://doc.riot-os.org/build-system-basics.html#variable-declaration-guidelines # see: https://doc.riot-os.org/build-system-basics.html#variable-declaration-guidelines
$(call target-export-variables,test-with-config/check-config,IFACE) $(call target-export-variables,dhcpv6_server test-with-config/check-config,IFACE)
dhcpv6_server: dhcpv6_server:
dhcpv6_server: dhcpv6_server: