1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

tests: add congure_reno to SFR CongURE test

This commit is contained in:
Martine Lenders 2021-03-09 10:55:27 +01:00
parent 33402296d3
commit 0d4ab778ed
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -34,12 +34,16 @@ ifeq (congure_quic,$(CONGURE_IMPL))
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_quic
USEMODULE += ztimer_msec
else
ifeq (congure_reno,$(CONGURE_IMPL))
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_reno
else
ifeq (congure_sfr,$(CONGURE_IMPL))
USEMODULE += gnrc_sixlowpan_frag_sfr_congure_sfr
else
$(error "Unknown CongURE implementation `$(CONGURE_IMPL)`")
endif
endif
endif
.PHONY: zep_dispatch