1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/gnrc_rpl/Makefile: add zep_dispatcher to TEST_DEPS

This commit is contained in:
Benjamin Valentin 2023-08-08 22:29:39 +02:00
parent 9215e37848
commit 76c697570c

View File

@ -25,7 +25,7 @@ endif
host-tools:
$(Q)env -u CC -u CFLAGS $(MAKE) -C $(RIOTTOOLS)
TERMDEPS += host-tools
TEST_DEPS += host-tools
include $(RIOTBASE)/Makefile.include