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

tests: add congure_abe to SFR CongURE test

This commit is contained in:
Martine Lenders 2021-03-09 11:16:21 +01:00 committed by Martine S. Lenders
parent 13f613429d
commit 1cff487636

View File

@ -30,6 +30,9 @@ endif
CONGURE_IMPL ?= congure_sfr
ifeq (congure_abe,$(CONGURE_IMPL))
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_abe
else
ifeq (congure_quic,$(CONGURE_IMPL))
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_quic
USEMODULE += ztimer_msec
@ -44,6 +47,7 @@ else
endif
endif
endif
endif
.PHONY: zep_dispatch